commit | 75ba21a77d41be2a4d5f824363e69d45bcba1ec4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 18 15:35:19 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 18 15:35:19 2014 +0200 |
tree | d3c979104366213fea1677a8023454924e9611b5 | |
parent | ce46aed13e2db3b48952d68a866bb8276dde89fe [diff] [blame] |
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
diff --git a/Misc/NEWS b/Misc/NEWS index 7d950d1..c1221b5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Library ------- +- Issue #20245: The open functions in the tarfile module now correctly handle + empty mode. + - Issue #20086: Restored the use of locale-independent mapping instead of locale-dependent str.lower() in locale.normalize().