]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #28027: Mention the names of the removed modules in Misc/NEWS
authorZachary Ware <zachary.ware@gmail.com>
Thu, 8 Sep 2016 18:43:09 +0000 (11:43 -0700)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 8 Sep 2016 18:43:09 +0000 (11:43 -0700)
Misc/NEWS

index a977d6c14ac414c93b4cde84de7e226e83febbe8..5f0b6cdbee47a64cf28b4256f9950c1aa3bcb39c 100644 (file)
--- 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.