From d52cfc79560e2cc5eb26498c56d23a721e33c702 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 8 Sep 2016 11:43:09 -0700 Subject: Issue #28027: Mention the names of the removed modules in Misc/NEWS --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v0.12