Issue #3129: Trailing digits in format string are no longer ignored.

This commit is contained in:
Alexander Belopolsky 2010-06-11 16:04:59 +00:00
parent 9b88b916a9
commit 177e8530cb
3 changed files with 36 additions and 3 deletions

View file

@ -1283,6 +1283,10 @@ Library
Extension Modules
-----------------
- Issue #3129: Trailing digits in format string are no longer ignored.
For example, "1" or "ilib123" are now invalid formats and cause
``struct.error`` to be raised.
- Issue #7384: If the system readline library is linked against ncurses,
the curses module must be linked against ncurses as well. Otherwise it
is not safe to load both the readline and curses modules in an application.