summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-06-12 17:18:45 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-06-12 17:18:45 (GMT)
commitfcdc79aeb38b5e9befc80571c0fa46fc5102c9b4 (patch)
treefeeaaae1f9e451936b217dbd1c83dd2bd96267ff /Misc
parentaa63c4d6f28343b7a0545393167b25500608a741 (diff)
downloadcpython-fcdc79aeb38b5e9befc80571c0fa46fc5102c9b4.zip
cpython-fcdc79aeb38b5e9befc80571c0fa46fc5102c9b4.tar.gz
cpython-fcdc79aeb38b5e9befc80571c0fa46fc5102c9b4.tar.bz2
Added acknowlegement for Issue #3129
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 3 insertions, 2 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1c1b372..7f97de6 100644
--- 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
diff --git a/Misc/NEWS b/Misc/NEWS
index 60a5075..a5e0164 100644
--- 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