commit | 49aa72ed4c48fb613893388b470aa5b5464c1952 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Nov 05 09:50:37 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Sat Nov 05 09:50:37 2011 +0200 |
tree | fd89d82285b9a43d66b9c8d12b27849dfeaf5116 | |
parent | 5d19b9a1e809ee20ba4f26e4aa04922452d0f15f [diff] [blame] |
Fix Maildir initialization so that maildir contents are read correctly. Closes #13254.
diff --git a/Misc/NEWS b/Misc/NEWS index 2701b87..f55fe04 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -74,6 +74,9 @@ 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.