]> granicus.if.org Git - python/commit
Issue #26581: Use the first coding cookie on a line, not the last one.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Mar 2016 21:36:29 +0000 (23:36 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Mar 2016 21:36:29 +0000 (23:36 +0200)
commit6d297cbec48e9026ddf31d2ff95df7c182572dc9
tree77e0dd82cbcfa6c48fffeeb24f6c31ec62510bfa
parentcac1d236a24e2755c05103d485a3b42a884b5a45
Issue #26581: Use the first coding cookie on a line, not the last one.
Lib/idlelib/IOBinding.py
Lib/lib2to3/pgen2/tokenize.py
Misc/NEWS
Tools/scripts/findnocoding.py