]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commite431d3c9aadb52dd1eea4d1e606e94f1c8471459
tree5154063f2e6048881fa88675efd6dfb4bd2f5c4f
parent97eee1cfda602df25866a6a62796f675caf52323
Issue #26581: Use the first coding cookie on a line, not the last one.
Lib/idlelib/IOBinding.py
Lib/lib2to3/pgen2/tokenize.py
Lib/test/test_importlib/source/test_source_encoding.py
Lib/test/test_source_encoding.py
Lib/tokenize.py
Misc/NEWS
Parser/tokenizer.c
Tools/scripts/findnocoding.py