diff options
author | Petri Lehtinen <petri@digip.org> | 2011-11-05 07:45:53 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-11-05 07:46:10 (GMT) |
commit | 8c481b6212d2158bef06eea1f1ed32a015cfc486 (patch) | |
tree | c4182a5e11a67bb19a954486bc719c1ec6271406 /Misc | |
parent | f16a350bafbf617f876bfbbd4b1c8f2636efacff (diff) | |
parent | 8c482ee95564f04df01fc856f313ff8c98846718 (diff) | |
download | cpython-8c481b6212d2158bef06eea1f1ed32a015cfc486.zip cpython-8c481b6212d2158bef06eea1f1ed32a015cfc486.tar.gz cpython-8c481b6212d2158bef06eea1f1ed32a015cfc486.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
@@ -354,6 +354,9 @@ Core and Builtins Library ------- +- Issue #13254: Fix Maildir initialization so that maildir contents + are read correctly. + - Issue #3067: locale.setlocale() now raises TypeError if the second argument is an invalid iterable. Initial patch by Jyrki Pulliainen. |