diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-07-18 08:03:10 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-07-18 08:03:10 (GMT) |
commit | 1b3c2620271afef0ae08ef93b44150730ffd9e75 (patch) | |
tree | 8ece2f8fdfb6cfee11f02158307196d1fcdd0ba9 /Misc/NEWS | |
parent | e26660f9f2bd91a43f262f5a755232938dc7b467 (diff) | |
download | cpython-1b3c2620271afef0ae08ef93b44150730ffd9e75.zip cpython-1b3c2620271afef0ae08ef93b44150730ffd9e75.tar.gz cpython-1b3c2620271afef0ae08ef93b44150730ffd9e75.tar.bz2 |
Clarify Misc/NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1431,8 +1431,8 @@ 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. + then that exception wasn't properly propagated on machines where + char is unsigned. - Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x python when they contain instances of old-style classes. |