]> granicus.if.org Git - python/commit
whatsnew: object.__format__ raises TypeError on non-empty string.
authorR David Murray <rdmurray@bitdance.com>
Tue, 11 Feb 2014 23:34:22 +0000 (18:34 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 11 Feb 2014 23:34:22 +0000 (18:34 -0500)
commitd630e79cc7ac59bd11faa2a4ad4f1d03a2e95c11
treed16c588be0ce929226ece0e4dc5b09a024397bc2
parent13b493e8a72395bd0b0ee3f72baf68aaa01704ab
whatsnew: object.__format__ raises TypeError on non-empty string.

See issues #7994 and #9856.  I also modified with wording of the format doc
entry to better match what really happens, and added a versionchanged to the
datamodel object.__format__ section.
Doc/library/functions.rst
Doc/reference/datamodel.rst
Doc/whatsnew/3.4.rst