(original) (raw)
changeset: 103338:e256583e6062 user: Zachary Ware zachary.ware@gmail.com date: Thu Sep 08 11:43:09 2016 -0700 files: Misc/NEWS description: Issue #28027: Mention the names of the removed modules in Misc/NEWS diff -r 14d89359a389 -r e256583e6062 Misc/NEWS --- a/Misc/NEWS Thu Sep 08 11:38:46 2016 -0700 +++ b/Misc/NEWS Thu Sep 08 11:43:09 2016 -0700 @@ -95,7 +95,8 @@ 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. /zachary.ware@gmail.com