[issue29568] undefined parsing behavior with the old style string formatting

Xiang Zhang report at bugs.python.org
Wed Feb 15 12:34:21 EST 2017


Xiang Zhang added the comment:

The documentation[1] explicitly states using % to do string format could be error-prone and recommends using str.format(). So +1 on no change in maintenance branches.

[1] https://docs.python.org/3/library/stdtypes.html#printf-style-string-formatting

----------
nosy: +xiang.zhang

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29568>
_______________________________________


More information about the Python-bugs-list mailing list