summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst
diff options
context:
space:
mode:
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)
commit6202d856d637a9b4eb9789b4d4a1edb12d877de5 (patch)
treee782d287784153451c2c91c066bbecfd050a85a4 /Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst
parent673c39331f844a80c465efd7cff88ac55c432bfb (diff)
downloadcpython-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.rst3
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.