| commit | da06606b6357b2614659b394ab286f317c38f0d1 | [log] [tgz] |
|---|---|---|
| author | Georg Brandl <georg@python.org> | Sat Nov 08 15:15:57 2008 +0000 |
| committer | Georg Brandl <georg@python.org> | Sat Nov 08 15:15:57 2008 +0000 |
| tree | a1eaaa0ffc58b1fd8f64a43f606c3370a12f8d1f | |
| parent | bfda54476718bea8313d00ddb223cbecffefe5ca [diff] [blame] |
#4283: fix left-over iteritems() in distutils.
diff --git a/Misc/NEWS b/Misc/NEWS index f8be398..52f2bae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Library ------- +- Issue #4283: fix a left-over "iteritems" call in distutils. + Build -----