diff options
author | Georg Brandl <georg@python.org> | 2008-11-08 15:15:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-08 15:15:57 (GMT) |
commit | da06606b6357b2614659b394ab286f317c38f0d1 (patch) | |
tree | a1eaaa0ffc58b1fd8f64a43f606c3370a12f8d1f /Misc | |
parent | bfda54476718bea8313d00ddb223cbecffefe5ca (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Core and Builtins Library ------- +- Issue #4283: fix a left-over "iteritems" call in distutils. + Build ----- |