[Python-checkins] r81952 - in python/branches/py3k/Misc: ACKS NEWS

alexander.belopolsky python-checkins at python.org
Sat Jun 12 19:18:45 CEST 2010


Author: alexander.belopolsky
Date: Sat Jun 12 19:18:45 2010
New Revision: 81952

Log:
Added acknowlegement for Issue #3129

Modified:
   python/branches/py3k/Misc/ACKS
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/ACKS
==============================================================================
--- python/branches/py3k/Misc/ACKS	(original)
+++ python/branches/py3k/Misc/ACKS	Sat Jun 12 19:18:45 2010
@@ -188,6 +188,7 @@
 Erik Demaine
 Roger Dev
 Raghuram Devarakonda
+Caleb Deveraux
 Toby Dickenson
 Mark Dickinson
 Jack Diederich

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Jun 12 19:18:45 2010
@@ -1302,9 +1302,9 @@
 - Issue #8973: Add __all__ to struct module; this ensures that
   help(struct) includes documentation for the struct.Struct class.
 
-- Issue #3129: Trailing digits in format string are no longer ignored.
+- Issue #3129: Trailing digits in struct format string are no longer ignored.
   For example, "1" or "ilib123" are now invalid formats and cause
-  ``struct.error`` to be raised.
+  ``struct.error`` to be raised.  Patch by Caleb Deveraux.
 
 - Issue #7384: If the system readline library is linked against ncurses,
   the curses module must be linked against ncurses as well. Otherwise it


More information about the Python-checkins mailing list