]> granicus.if.org Git - python/commitdiff
Added acknowlegement for Issue #3129
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 12 Jun 2010 17:18:45 +0000 (17:18 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 12 Jun 2010 17:18:45 +0000 (17:18 +0000)
Misc/ACKS
Misc/NEWS

index 1c1b372e21fef87330b73647075701d7fa681e8d..7f97de606d90594e452ab68f06501ab3ae6e71aa 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -188,6 +188,7 @@ Arnaud Delobelle
 Erik Demaine
 Roger Dev
 Raghuram Devarakonda
+Caleb Deveraux
 Toby Dickenson
 Mark Dickinson
 Jack Diederich
index 60a5075d62b6a260755d5616d78faaf471a0679a..a5e0164035fbee435457e5a892f10c7ea631376a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1302,9 +1302,9 @@ Extension Modules
 - 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