summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-25 03:31:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-25 03:31:13 (GMT)
commita43f34cc2a7a55cea794ecb9bda2eea5c685d1f3 (patch)
treeb9d565fb57073f0ce30bbeceab1120dee77f09c4 /Misc
parentaab24019777c5aee222b67e785a88c3e2909c5de (diff)
downloadcpython-a43f34cc2a7a55cea794ecb9bda2eea5c685d1f3.zip
cpython-a43f34cc2a7a55cea794ecb9bda2eea5c685d1f3.tar.gz
cpython-a43f34cc2a7a55cea794ecb9bda2eea5c685d1f3.tar.bz2
fix an UnboundLocalError when the release file is empty #7773
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index f6df409..7c98382 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -357,6 +357,7 @@ Jeremy Hylton
Gerhard Häring
Mihai Ibanescu
Lars Immisch
+Meador Inge
Tony Ingraldi
John Interrante
Bob Ippolito
diff --git a/Misc/NEWS b/Misc/NEWS
index f1ab688..3dac0ea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and Builtins
Library
-------
+- Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when
+ the release file is empty.
+
- Issue #7748: Since unicode values are supported for some metadata options
in Distutils, the DistributionMetadata get_* methods will now return an utf-8
encoded string for them. This ensure that the upload and register commands