From: Mark Dickinson Date: Sun, 18 Jul 2010 08:03:10 +0000 (+0000) Subject: Clarify Misc/NEWS entry. X-Git-Tag: v3.2a1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b3c2620271afef0ae08ef93b44150730ffd9e75;p=python Clarify Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index caff130fb1..665371c4f1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.