summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-08 15:15:57 (GMT)
committerGeorg Brandl <georg@python.org>2008-11-08 15:15:57 (GMT)
commitda06606b6357b2614659b394ab286f317c38f0d1 (patch)
treea1eaaa0ffc58b1fd8f64a43f606c3370a12f8d1f /Misc
parentbfda54476718bea8313d00ddb223cbecffefe5ca (diff)
downloadcpython-da06606b6357b2614659b394ab286f317c38f0d1.zip
cpython-da06606b6357b2614659b394ab286f317c38f0d1.tar.gz
cpython-da06606b6357b2614659b394ab286f317c38f0d1.tar.bz2
#4283: fix left-over iteritems() in distutils.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f8be398..52f2bae 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
Library
-------
+- Issue #4283: fix a left-over "iteritems" call in distutils.
+
Build
-----