]> 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:57:00 +0000 (23:57 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Sep 2013 20:57:00 +0000 (23:57 +0300)
commit935349406aeb9d43fecea447f0309ce63ed3a406
tree0c0cbc4c991840c4cb1e0cf835069fe571be7c03
parent3c41154331ed281514943a1d2c61fca0d89dc63c
parentdafea851901fc1de278ad79727d3b44f46ba5a31
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/tokenize.py
Misc/NEWS