PEP 460: mention that __format__ isn't called
This commit is contained in:
parent
7ae0cfa9a3
commit
fa8d15a869
|
@ -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
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue