diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-12-18 21:09:19 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-12-18 21:09:19 (GMT) |
commit | 6202d856d637a9b4eb9789b4d4a1edb12d877de5 (patch) | |
tree | e782d287784153451c2c91c066bbecfd050a85a4 /Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst | |
parent | 673c39331f844a80c465efd7cff88ac55c432bfb (diff) | |
download | cpython-6202d856d637a9b4eb9789b4d4a1edb12d877de5.zip cpython-6202d856d637a9b4eb9789b4d4a1edb12d877de5.tar.gz cpython-6202d856d637a9b4eb9789b4d4a1edb12d877de5.tar.bz2 |
Python 3.9.0a2v3.9.0a2
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst b/Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst deleted file mode 100644 index b930dea..0000000 --- a/Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst +++ /dev/null @@ -1,3 +0,0 @@ -Add a new ``InvalidMessageID`` token to email parser to represent invalid -Message-ID headers. Also, add defects when there is remaining value after -parsing the header. |