diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-01-10 21:10:40 -0500 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-01-10 21:10:40 -0500 |
commit | 32851d61f2779b4fcefb92fa0a74f814a87211cb (patch) | |
tree | 33fd54e670a79121c4f9705283dd5805d5eb7317 /Lib/sre_parse.py | |
parent | bcd9971b0592946687d8aeb120efde5b8f5909e6 (diff) | |
download | cpython-git-32851d61f2779b4fcefb92fa0a74f814a87211cb.tar.gz |
#15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression.
With '%', non-ascii worked because the '%' automatically got promoted to
unicode. With format that doesn't happen, which led to encoding errors. This
fix goes back to using %, and adds a test to make sure non-ascii string values
work in iterdump.
Diffstat (limited to 'Lib/sre_parse.py')
0 files changed, 0 insertions, 0 deletions