commit | 658009afdb429a9507852c72086337c42bcf1532 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Sep 16 17:26:24 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Sep 16 17:26:24 2002 +0000 |
tree | ad75b93efb4806792068ffe8163eb95ba764aa01 | |
parent | 258cba8442e5443e689c4ae371f30eb541d05f93 [diff] [blame] |
Make BadPickleGet a class. Fixes #609164.
diff --git a/Misc/NEWS b/Misc/NEWS index e1e0104..613c8a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -274,6 +274,8 @@ 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