summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-07-18 08:01:37 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-07-18 08:01:37 (GMT)
commita63726ffc887cdfc775b9ef6b4091a12511a5555 (patch)
treeb89c4e2787df6eb0730349d670f03aee8fb34572 /Misc
parent818ea8ed1171ffb87f74d1ba7fc4e4fecbd4a2ba (diff)
downloadcpython-a63726ffc887cdfc775b9ef6b4091a12511a5555.zip
cpython-a63726ffc887cdfc775b9ef6b4091a12511a5555.tar.gz
cpython-a63726ffc887cdfc775b9ef6b4091a12511a5555.tar.bz2
Merged revisions 82945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r82945 | mark.dickinson | 2010-07-18 08:55:55 +0100 (Sun, 18 Jul 2010) | 14 lines Merged revisions 82941,82943 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82941 | mark.dickinson | 2010-07-18 08:29:02 +0100 (Sun, 18 Jul 2010) | 3 lines Issue #9277: Struct module: standard bool packing was incorrect if char is unsigned. Thanks Stefan Krah for the patch. ........ r82943 | mark.dickinson | 2010-07-18 08:48:20 +0100 (Sun, 18 Jul 2010) | 1 line Misc/NEWS entry for r82941. ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0688d0b..c324df3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -302,6 +302,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 where
+ char is unsigned.
+
- Issue #7384: If the system readline library is linked against
ncurses, do not link the readline module against ncursesw. The
additional restriction of linking the readline and curses modules