]> granicus.if.org Git - python/commitdiff
Merged revisions 82943 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 18 Jul 2010 07:51:41 +0000 (07:51 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 18 Jul 2010 07:51:41 +0000 (07:51 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82943 | mark.dickinson | 2010-07-18 08:48:20 +0100 (Sun, 18 Jul 2010) | 1 line

  Misc/NEWS entry for r82941.
........

Misc/NEWS

index b841de36d92b0e61a1ce948ebcc712e6c5e5a60e..3a69985e65badaa16b982cd6a48f3207fcfbb89f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -753,6 +753,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.