diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-25 03:40:53 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-25 03:40:53 (GMT) |
commit | 79e0b818c577656c8ecc3576b5f34976a4cdff48 (patch) | |
tree | 2d8214beda9aa271cc5644422228b17919a68a91 /Misc/NEWS | |
parent | fcdf9f215e9f304e362b47da7417e6117db7f5ed (diff) | |
download | cpython-79e0b818c577656c8ecc3576b5f34976a4cdff48.zip cpython-79e0b818c577656c8ecc3576b5f34976a4cdff48.tar.gz cpython-79e0b818c577656c8ecc3576b5f34976a4cdff48.tar.bz2 |
Merged revisions 77737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r77737 | benjamin.peterson | 2010-01-24 21:37:42 -0600 (Sun, 24 Jan 2010) | 9 lines
Merged revisions 77735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77735 | benjamin.peterson | 2010-01-24 21:31:13 -0600 (Sun, 24 Jan 2010) | 1 line
fix an UnboundLocalError when the release file is empty #7773
........
................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ Core and Builtins Library ------- +- Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when + the release file is empty. + - Issue #7561: Fix crashes when using bytearray objects with the posix module. |