From: Zachary Ware Date: Thu, 8 Sep 2016 18:43:09 +0000 (-0700) Subject: Issue #28027: Mention the names of the removed modules in Misc/NEWS X-Git-Tag: v3.6.0b1~264^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d52cfc79560e2cc5eb26498c56d23a721e33c702;p=thirdparty%2FPython%2Fcpython.git Issue #28027: Mention the names of the removed modules in Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index a977d6c14ac4..5f0b6cdbee47 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.