]> granicus.if.org Git - python/commit
Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Sep 2013 20:51:56 +0000 (23:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Sep 2013 20:51:56 +0000 (23:51 +0300)
commitdafea851901fc1de278ad79727d3b44f46ba5a31
tree5f8d95de4856502e61c78168e7918776b161e9b4
parent975fce37883899a55bbcdaa6300c5c6ffe9d3db2
Issue #18873: The tokenize module, 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
Lib/test/test_importlib/source/test_source_encoding.py
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/NEWS
Tools/scripts/findnocoding.py