]> granicus.if.org Git - python/commitdiff
Misc/NEWS entry for r82941.
authorMark Dickinson <dickinsm@gmail.com>
Sun, 18 Jul 2010 07:48:20 +0000 (07:48 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 18 Jul 2010 07:48:20 +0000 (07:48 +0000)
Misc/NEWS

index afe263ad218659aa41f1aaa137612e081fc2b02f..caff130fb160db38ded1421bbd33b0e8f42cd3a4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.