cpython/Lib/lib2to3/pgen2
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
..
__init__.py
conv.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
driver.py Issue #15822: Fix installation of lib2to3 grammar pickles to ensure 2012-09-08 18:47:27 -07:00
grammar.py add matrix multiplication operator support to 2to3 2014-04-10 00:12:47 -04:00
literals.py
parse.py
pgen.py
token.py add matrix multiplication operator support to 2to3 2014-04-10 00:12:47 -04:00
tokenize.py Issue #22221: Backported fixes from Python 3 (issue #18960). 2014-09-05 10:22:05 +03:00