]> granicus.if.org Git - python/commit
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Sep 2013 21:00:46 +0000 (00:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Sep 2013 21:00:46 +0000 (00:00 +0300)
commite787bce79c016cf7b9e743a6230ceb8e97b4a938
tree2b86121e69e169391770e3adace1e55c28805fc8
parent74213e4ee941e163ebdfa6b7d3d493ee68f6bb8d
Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
source code encoding only in comment lines.
Lib/idlelib/IOBinding.py
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/data/false_encoding.py [new file with mode: 0644]
Lib/lib2to3/tests/test_refactor.py
Misc/NEWS
Tools/scripts/findnocoding.py