commit | d630e79cc7ac59bd11faa2a4ad4f1d03a2e95c11 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Feb 11 18:34:22 2014 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Feb 11 18:34:22 2014 -0500 |
tree | d16c588be0ce929226ece0e4dc5b09a024397bc2 | |
parent | 13b493e8a72395bd0b0ee3f72baf68aaa01704ab [diff] |
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.