This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients Jerry Dimitrov, benjamin.peterson, larry, ned.deily, r.david.murray, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-02-15.17:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487180061.37.0.805178152533.issue29568@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-02-15 17:34:21xiang.zhangsetrecipients: + xiang.zhang, rhettinger, larry, benjamin.peterson, ned.deily, r.david.murray, serhiy.storchaka, Jerry Dimitrov
2017-02-15 17:34:21xiang.zhangsetmessageid: <1487180061.37.0.805178152533.issue29568@psf.upfronthosting.co.za>
2017-02-15 17:34:21xiang.zhanglinkissue29568 messages
2017-02-15 17:34:21xiang.zhangcreate