diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-06 15:50:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-06 15:50:19 (GMT) |
commit | 1121377cdb0bef5a4a07699ae3d93c69a1f47071 (patch) | |
tree | 13cd19069226278293cc35e2f7b2b7171a695be1 /Misc | |
parent | af78ef18241040a91e793bfc511a182d9e5d0bc2 (diff) | |
download | cpython-1121377cdb0bef5a4a07699ae3d93c69a1f47071.zip cpython-1121377cdb0bef5a4a07699ae3d93c69a1f47071.tar.gz cpython-1121377cdb0bef5a4a07699ae3d93c69a1f47071.tar.bz2 |
Issue #5411: Added support for the "xztar" format in the shutil module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,8 @@ Core and Builtins Library ------- +- Issue #5411: Added support for the "xztar" format in the shutil module. + - Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method. |