python / cpython

The Python programming language
https://www.python.org
Other
63.2k stars 30.26k forks source link

email's header_value_parser missing defect report for 'abc@xyz.c:om' #66889

Open bitdancer opened 10 years ago

bitdancer commented 10 years ago
BPO 22700
Nosy @warsaw, @bitdancer

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['expert-email'] title = "email's header_value_parser missing defect report for 'abc@xyz.c:om'" updated_at = user = 'https://github.com/bitdancer' ``` bugs.python.org fields: ```python activity = actor = 'r.david.murray' assignee = 'none' closed = False closed_date = None closer = None components = ['email'] creation = creator = 'r.david.murray' dependencies = [] files = [] hgrepos = [] issue_num = 22700 keywords = [] message_count = 1.0 messages = ['229829'] nosy_count = 2.0 nosy_names = ['barry', 'r.david.murray'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue22700' versions = ['Python 3.4', 'Python 3.5'] ```

bitdancer commented 10 years ago

The example address in the title results in an 'invalid-header' object, but none of the sub-parts have an attached defect. The 'misplaced-special' sub-part should have an associated Defect in its .defects attribute.