diff --git a/pep-0042.txt b/pep-0042.txt index 0f635deec..fb7d19ead 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -132,6 +132,13 @@ Standard Library http://sourceforge.net/bugs/?func=detailbug&bug_id=115146&group_id=5470 http://sourceforge.net/bugs/?func=detailbug&bug_id=112244&group_id=5470 + - rfc822.py should be more lenient than the spec in the types of + address fields it parses. Specifically, an invalid address of + the form "From: Amazon.com " should + be parsed correctly. + + https://sourceforge.net/bugs/?func=detailbug&bug_id=110678&group_id=5470 + Tools