diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-13 06:36:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-13 06:36:06 (GMT) |
commit | 1bed4a9f5fccf5842c690b557f3cf9ae7bd6b019 (patch) | |
tree | 0e31d5127d2b7d06d9ffed00e5d7df01d6929bbc /Misc | |
parent | 92c7b90148fafff423b56950d3f0a9267e7a95ad (diff) | |
parent | cd3aacf5251ded68df29e2528cd88febc00b604b (diff) | |
download | cpython-1bed4a9f5fccf5842c690b557f3cf9ae7bd6b019.zip cpython-1bed4a9f5fccf5842c690b557f3cf9ae7bd6b019.tar.gz cpython-1bed4a9f5fccf5842c690b557f3cf9ae7bd6b019.tar.bz2 |
Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems()
in the mailbox module. This is partial rollback of changeset f340cb045bf9.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ Core and Builtins Library ------- +- Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() + in the mailbox module. + - Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when parsing long line. Original patch by Raymond Hettinger. |