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

........
  r82947 | mark.dickinson | 2010-07-18 09:03:10 +0100 (Sun, 18 Jul 2010) | 1 line

  Clarify Misc/NEWS entry.
........

Misc/NEWS

index 3a69985e65badaa16b982cd6a48f3207fcfbb89f..9ea62b989515c8525224fb072a50e1580363a6b5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -755,8 +755,8 @@ 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.
+  then that exception wasn't properly propagated on machines where
+  char is unsigned.
 
 - Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
   python when they contain instances of old-style classes.