diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-07-18 07:48:20 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-07-18 07:48:20 (GMT) |
commit | e26660f9f2bd91a43f262f5a755232938dc7b467 (patch) | |
tree | fd8a9973e6c68eb7c340ed08ceb9441f27d8f457 /Misc | |
parent | eff5d8594b817e5e101cf22b1af901d89363f70a (diff) | |
download | cpython-e26660f9f2bd91a43f262f5a755232938dc7b467.zip cpython-e26660f9f2bd91a43f262f5a755232938dc7b467.tar.gz cpython-e26660f9f2bd91a43f262f5a755232938dc7b467.tar.bz2 |
Misc/NEWS entry for r82941.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1429,6 +1429,11 @@ Library Extension Modules ----------------- +- Issue #9277: Fix bug in struct.pack for bools in standard mode + (e.g., struct.pack('>?')): if conversion to bool raised an exception + then that exception wasn't properly propagated on machines with + unsigned char. + - Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x python when they contain instances of old-style classes. |