Files
cpython/Lib/email
Abhilash Raj 7213df7bbf bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387)
* patched string index out of range error in get_word function of _header_value_parser.py and created tests in test__header_value_parser.py for CFWS.
* Raise HeaderParseError instead of continuing when parsing a word.
2019-06-26 13:13:02 -07:00
..
2016-09-08 19:42:11 +03:00
2016-08-10 05:25:16 +00:00
2016-09-09 12:09:07 -07:00