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-03-24.22:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490395393.75.0.0665289878185.issue29568@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9f8ad3f39e0a92ed37d012b9dd237399524f0d51 by Xiang Zhang (Serhiy Storchaka) in branch 'master':
bpo-29568: Disable any characters between two percents for escaped percent "%%"  in the format string for classic string formatting. (GH-513)
https://github.com/python/cpython/commit/9f8ad3f39e0a92ed37d012b9dd237399524f0d51
History
Date User Action Args
2017-03-24 22:43:13xiang.zhangsetrecipients: + xiang.zhang, rhettinger, larry, benjamin.peterson, ned.deily, r.david.murray, serhiy.storchaka, Jerry Dimitrov
2017-03-24 22:43:13xiang.zhangsetmessageid: <1490395393.75.0.0665289878185.issue29568@psf.upfronthosting.co.za>
2017-03-24 22:43:13xiang.zhanglinkissue29568 messages
2017-03-24 22:43:13xiang.zhangcreate