Misc/NEWS entry for r82941.

This commit is contained in:
Mark Dickinson 2010-07-18 07:48:20 +00:00
parent eff5d8594b
commit e26660f9f2
1 changed files with 5 additions and 0 deletions

View File

@ -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.