]> granicus.if.org Git - python/commit
Remove the use of non-existing re.ASCII.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Sep 2013 07:09:08 +0000 (10:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 17 Sep 2013 07:09:08 +0000 (10:09 +0300)
commite4818f693749af358b1a2b3f96853c756f80856e
tree06ae031c6752e46e1c4bde93749d08e718d946f8
parente787bce79c016cf7b9e743a6230ceb8e97b4a938
Remove the use of non-existing re.ASCII.
(fixes a regression in 3d46ef0c62c5, issue #18873)
Lib/idlelib/IOBinding.py
Lib/lib2to3/pgen2/tokenize.py
Tools/scripts/findnocoding.py