commit | cdc7a91dde9221f5cf857268f7900e7a7d64619b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 12 21:36:47 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Feb 12 21:36:47 2013 +0200 |
tree | 8a5ef2ada693b1937b7b9cd62daac619793c4a75 | |
parent | da5c2a064699c657b69e11aaab0eca8d743dd7ed [diff] [blame] |
Issue #13555: cPickle now supports files larger than 2 GiB.
diff --git a/Misc/NEWS b/Misc/NEWS index a31e3a4..b3d28fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,8 @@ Library ------- +- Issue #13555: cPickle now supports files larger than 2 GiB. + - Issue #17052: unittest discovery should use self.testLoader. - Issue #4591: Uid and gid values larger than 2**31 are supported now.