diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-09-16 17:26:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-09-16 17:26:24 (GMT) |
commit | 658009afdb429a9507852c72086337c42bcf1532 (patch) | |
tree | ad75b93efb4806792068ffe8163eb95ba764aa01 /Misc | |
parent | 258cba8442e5443e689c4ae371f30eb541d05f93 (diff) | |
download | cpython-658009afdb429a9507852c72086337c42bcf1532.zip cpython-658009afdb429a9507852c72086337c42bcf1532.tar.gz cpython-658009afdb429a9507852c72086337c42bcf1532.tar.bz2 |
Make BadPickleGet a class. Fixes #609164.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,8 @@ Core and builtins Extension modules +- cPickle.BadPickleGet is now a class. + - The time stamps in os.stat_result are floating point numbers now. - If the size passed to mmap.mmap() is larger than the length of the |