[Python-checkins] r82943 - python/branches/py3k/Misc/NEWS

mark.dickinson python-checkins at python.org
Sun Jul 18 09:48:20 CEST 2010


Author: mark.dickinson
Date: Sun Jul 18 09:48:20 2010
New Revision: 82943

Log:
Misc/NEWS entry for r82941.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sun Jul 18 09:48:20 2010
@@ -1429,6 +1429,11 @@
 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.
 


More information about the Python-checkins mailing list