diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-09-08 18:38:46 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-09-08 18:38:46 (GMT) |
commit | 20737cc91e823b6b17fff16574283c034c99d641 (patch) | |
tree | 6b2a4ea17a54ba493a2b75e4196b1426e37f8031 /Misc | |
parent | 1699757901c8374b063fb585110780bb82faa3b2 (diff) | |
download | cpython-20737cc91e823b6b17fff16574283c034c99d641.zip cpython-20737cc91e823b6b17fff16574283c034c99d641.tar.gz cpython-20737cc91e823b6b17fff16574283c034c99d641.tar.bz2 |
Issue #28027: Remove Lib/plat-* files
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ Core and Builtins Library ------- +- Issue #28027: Remove undocumented modules from ``Lib/plat-*``. + - Issue #27445: Don't pass str(_charset) to MIMEText.set_payload(). Patch by Claude Paroz. |