summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-08 18:43:09 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-08 18:43:09 (GMT)
commitd52cfc79560e2cc5eb26498c56d23a721e33c702 (patch)
tree34a138a35d2142f658c042ce0538b0e4cf919661
parent20737cc91e823b6b17fff16574283c034c99d641 (diff)
downloadcpython-d52cfc79560e2cc5eb26498c56d23a721e33c702.zip
cpython-d52cfc79560e2cc5eb26498c56d23a721e33c702.tar.gz
cpython-d52cfc79560e2cc5eb26498c56d23a721e33c702.tar.bz2
Issue #28027: Mention the names of the removed modules in Misc/NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a977d6c..5f0b6cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -95,7 +95,8 @@ Core and Builtins
Library
-------
-- Issue #28027: Remove undocumented modules from ``Lib/plat-*``.
+- Issue #28027: Remove undocumented modules from ``Lib/plat-*``: IN, CDROM,
+ DLFCN, TYPES, CDIO, and STROPTS.
- Issue #27445: Don't pass str(_charset) to MIMEText.set_payload().
Patch by Claude Paroz.