diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-08 18:43:09 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-08 18:43:09 (GMT) |
commit | d52cfc79560e2cc5eb26498c56d23a721e33c702 (patch) | |
tree | 34a138a35d2142f658c042ce0538b0e4cf919661 | |
parent | 20737cc91e823b6b17fff16574283c034c99d641 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |