diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-18 13:35:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-18 13:35:37 (GMT) |
commit | 53ad0cd2842b7327bde4ca04ee11c544e522ff43 (patch) | |
tree | 97d5acc0e56305606306bbb0eed10a155d6c9aac /Misc | |
parent | af69fe2311c184a64e1dbfae75646d5d6c268d32 (diff) | |
download | cpython-53ad0cd2842b7327bde4ca04ee11c544e522ff43.zip cpython-53ad0cd2842b7327bde4ca04ee11c544e522ff43.tar.gz cpython-53ad0cd2842b7327bde4ca04ee11c544e522ff43.tar.bz2 |
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Core and Builtins Library ------- +- Issue #20245: The open functions in the tarfile module now correctly handle + empty mode. + - Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. Thanks to kespindler for the bug report and patch. |