]> granicus.if.org Git - python/commit
ignore the coding cookie in compile(), exec(), and eval() if the source is a string...
authorBenjamin Peterson <benjamin@python.org>
Mon, 2 Mar 2009 23:31:26 +0000 (23:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 2 Mar 2009 23:31:26 +0000 (23:31 +0000)
commitf5b52246ed8a1191c3aa1da7d3c63bbe11aee020
treedcac9a1daca7f583ff958cb61f73e9ed11b5564b
parent0663a1ed793c164fb11d3dd62bebc677e260891e
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
Include/parsetok.h
Include/pythonrun.h
Lib/test/test_coding.py
Lib/test/test_pep263.py
Misc/NEWS
Parser/parsetok.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/bltinmodule.c
Python/pythonrun.c