[Python-checkins] r82948 - in python/branches/release31-maint: Misc/NEWS
mark.dickinson
python-checkins at python.org
Sun Jul 18 10:50:32 CEST 2010
Author: mark.dickinson
Date: Sun Jul 18 10:50:32 2010
New Revision: 82948
Log:
Merged revisions 82947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82947 | mark.dickinson | 2010年07月18日 09:03:10 +0100 (2010年7月18日) | 1 line
Clarify Misc/NEWS entry.
........
Modified:
python/branches/release31-maint/ (props changed)
python/branches/release31-maint/Misc/NEWS
Modified: python/branches/release31-maint/Misc/NEWS
==============================================================================
--- python/branches/release31-maint/Misc/NEWS (original)
+++ python/branches/release31-maint/Misc/NEWS Sun Jul 18 10:50:32 2010
@@ -755,8 +755,8 @@
- 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.
More information about the Python-checkins
mailing list