diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-21 21:59:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-12-21 21:59:06 (GMT) |
commit | 29fd05f900d3bb2f856269cb667ed424570533c6 (patch) | |
tree | c450f32c8e82d19f675fd93fb08ca60f74a3f500 /Misc | |
parent | 3b716fabd66042b301c4b330165cf058f03a15e4 (diff) | |
parent | 716b7222e9aca9d9f934dc68a9a828942b55d3b4 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |