summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-25 03:40:53 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-25 03:40:53 (GMT)
commit79e0b818c577656c8ecc3576b5f34976a4cdff48 (patch)
tree2d8214beda9aa271cc5644422228b17919a68a91 /Misc/NEWS
parentfcdf9f215e9f304e362b47da7417e6117db7f5ed (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74a64f0..befc61c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.