Added acknowlegement for Issue #3129

This commit is contained in:
Alexander Belopolsky 2010-06-12 17:18:45 +00:00
parent aa63c4d6f2
commit fcdc79aeb3
2 changed files with 3 additions and 2 deletions

View File

@ -188,6 +188,7 @@ Arnaud Delobelle
Erik Demaine Erik Demaine
Roger Dev Roger Dev
Raghuram Devarakonda Raghuram Devarakonda
Caleb Deveraux
Toby Dickenson Toby Dickenson
Mark Dickinson Mark Dickinson
Jack Diederich Jack Diederich

View File

@ -1302,9 +1302,9 @@ Extension Modules
- Issue #8973: Add __all__ to struct module; this ensures that - Issue #8973: Add __all__ to struct module; this ensures that
help(struct) includes documentation for the struct.Struct class. 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 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, - Issue #7384: If the system readline library is linked against ncurses,
the curses module must be linked against ncurses as well. Otherwise it the curses module must be linked against ncurses as well. Otherwise it