summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-12-21 21:59:06 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-12-21 21:59:06 (GMT)
commit29fd05f900d3bb2f856269cb667ed424570533c6 (patch)
treec450f32c8e82d19f675fd93fb08ca60f74a3f500 /Misc
parent3b716fabd66042b301c4b330165cf058f03a15e4 (diff)
parent716b7222e9aca9d9f934dc68a9a828942b55d3b4 (diff)
downloadcpython-29fd05f900d3bb2f856269cb667ed424570533c6.zip
cpython-29fd05f900d3bb2f856269cb667ed424570533c6.tar.gz
cpython-29fd05f900d3bb2f856269cb667ed424570533c6.tar.bz2
Issue #20045: Fix "setup.py register --list-classifiers".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f20974..1f20423 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Core and Builtins
Library
-------
+- Issue #20045: Fix "setup.py register --list-classifiers".
+
- Issue #18879: When a method is looked up on a temporary file, avoid closing
the file before the method is possibly called.