commit | 7a278da4ee4ca2e4d98d8285c409dd1f370b46ce | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 18 16:14:00 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Jan 18 16:14:00 2014 +0200 |
tree | 0fe22b157863b8db4e9d25919b9697520982b77c | |
parent | cdf1ebd8feff4b1d9410f10a7c7c51a7cecad65a [diff] [blame] |
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
diff --git a/Misc/NEWS b/Misc/NEWS index c1221b5..abafed7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Library ------- +- Issue #20243: TarFile no longer raise ReadError when opened in write mode. + - Issue #20245: The open functions in the tarfile module now correctly handle empty mode.