PEP 460: mention that __format__ isn't called

This commit is contained in:
Antoine Pitrou 2014-01-10 10:10:56 +01:00
parent 7ae0cfa9a3
commit fa8d15a869
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ format codes, but also the various layout specifiers such as padding
or alignment. Besides, ``str`` objects are not acceptable as arguments
to the formatting operations, even when using e.g. the ``%s`` format code.
``__format__`` isn't called.
Criticisms
==========