diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-16 01:08:22 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-16 01:08:22 (GMT) |
commit | 91bf058c9890ce2559bcfeabcea16e94fd3763c9 (patch) | |
tree | 66d142e48013b1e39d52e92db2840cbeeeec8abb /Misc/NEWS | |
parent | 6afafc7ea4b0f73cf99fe16936a65b83d3e7ebb4 (diff) | |
download | cpython-91bf058c9890ce2559bcfeabcea16e94fd3763c9.zip cpython-91bf058c9890ce2559bcfeabcea16e94fd3763c9.tar.gz cpython-91bf058c9890ce2559bcfeabcea16e94fd3763c9.tar.bz2 |
Issue #12853: Correct NameError in distutils upload command.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Core and Builtins Library ------- +- Issue #12853: Fix NameError in distutils.command.upload. + - Issue #19523: Closed FileHandler leak which occurred when delay was set. - Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. |