diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-17 22:50:45 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-07-17 22:50:45 (GMT) |
commit | d92f04062a8cb3c01ac44f67f7bde8a11b285457 (patch) | |
tree | 2259b2ace42de43b616f624a07de20dd2d2dbf6c /Misc | |
parent | bbda0c5fbc757a2751263720dc6a255f517e5261 (diff) | |
download | cpython-d92f04062a8cb3c01ac44f67f7bde8a11b285457.zip cpython-d92f04062a8cb3c01ac44f67f7bde8a11b285457.tar.gz cpython-d92f04062a8cb3c01ac44f67f7bde8a11b285457.tar.bz2 |
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
python when they contain instances of old-style classes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1429,6 +1429,9 @@ Library Extension Modules ----------------- +- Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x + python when they contain instances of old-style classes. + - Issue #9165: Add new functions math.isfinite and cmath.isfinite, to accompany existing isinf and isnan functions. |