cpython/Parser
Serhiy Storchaka 3eb554fc82 Issue #22221: Backported fixes from Python 3 (issue #18960).
* Now the source encoding declaration on the second line isn't effective if
  the first line contains anything except a comment.  This affects compile(),
  eval() and exec() too.

* IDLE now ignores the source encoding declaration on the second line if the
  first line contains anything except a comment.

* 2to3 and the findnocoding.py script now ignore the source encoding
  declaration on the second line if the first line contains anything except
  a comment.
2014-09-05 10:22:05 +03:00
..
Python.asdl
acceler.c
asdl.py
asdl_c.py
bitset.c
firstsets.c
grammar.c
grammar1.c
intrcheck.c
listnode.c
metagrammar.c
myreadline.c
node.c
parser.c
parser.h
parsetok.c
pgen.c
pgenmain.c
printgrammar.c
spark.py
tokenizer.c Issue #22221: Backported fixes from Python 3 (issue #18960). 2014-09-05 10:22:05 +03:00
tokenizer.h
tokenizer_pgen.c