commit | 8c482ee95564f04df01fc856f313ff8c98846718 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Nov 05 09:44:59 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Sat Nov 05 09:44:59 2011 +0200 |
tree | 8e8286ac9035b81f6a957b28b6ea331b66147e07 | |
parent | 97c1bef6a4f3c522826386480c62ec27fe46301d [diff] [blame] |
Fix Maildir initialization so that maildir contents are read correctly. Closes #13254.
diff --git a/Misc/NEWS b/Misc/NEWS index e8917ed..22400c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -70,6 +70,9 @@ 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.