diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-05 07:50:37 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-05 07:50:37 (GMT) |
commit | 49aa72ed4c48fb613893388b470aa5b5464c1952 (patch) | |
tree | fd89d82285b9a43d66b9c8d12b27849dfeaf5116 /Misc | |
parent | 5d19b9a1e809ee20ba4f26e4aa04922452d0f15f (diff) | |
download | cpython-49aa72ed4c48fb613893388b470aa5b5464c1952.zip cpython-49aa72ed4c48fb613893388b470aa5b5464c1952.tar.gz cpython-49aa72ed4c48fb613893388b470aa5b5464c1952.tar.bz2 |
Fix Maildir initialization so that maildir contents are read correctly.
Closes #13254.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ Core and Builtins Library ------- +- Issue #13254: Fix Maildir initialization so that maildir contents + are read correctly. + - Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. - Issue #2892: preserve iterparse events in case of SyntaxError. |