diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-17 22:34:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-17 22:34:30 (GMT) |
commit | d2b58a9880d119b20e1fc1c82a3e2e2d9eaa0817 (patch) | |
tree | 2b45e6e8db8d100937e4e0edfefc5470216c3f1d /Misc | |
parent | 36f74aa7f711c9defc01ab8522117b2b7db8ccd3 (diff) | |
download | cpython-d2b58a9880d119b20e1fc1c82a3e2e2d9eaa0817.zip cpython-d2b58a9880d119b20e1fc1c82a3e2e2d9eaa0817.tar.gz cpython-d2b58a9880d119b20e1fc1c82a3e2e2d9eaa0817.tar.bz2 |
only recursively expand in the format spec (closes #17644)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.3 release candidate 1? Core and Builtins ----------------- +- Issue #17644: Fix a crash in str.format when curly braces are used in square + brackets. + - Issue #17983: Raise a SyntaxError for a ``global __class__`` statement in a class body. |