• Serhiy Storchaka's avatar
    Issue #22221: Backported fixes from Python 3 (issue #18960). · 3eb554fc
    Serhiy Storchaka yazdı
    * 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.
    3eb554fc
Adı
Son kayıt (commit)
Son güncelleme
..
Python.asdl Loading commit data...
acceler.c Loading commit data...
asdl.py Loading commit data...
asdl_c.py Loading commit data...
bitset.c Loading commit data...
firstsets.c Loading commit data...
grammar.c Loading commit data...
grammar1.c Loading commit data...
intrcheck.c Loading commit data...
listnode.c Loading commit data...
metagrammar.c Loading commit data...
myreadline.c Loading commit data...
node.c Loading commit data...
parser.c Loading commit data...
parser.h Loading commit data...
parsetok.c Loading commit data...
pgen.c Loading commit data...
pgenmain.c Loading commit data...
printgrammar.c Loading commit data...
spark.py Loading commit data...
tokenizer.c Loading commit data...
tokenizer.h Loading commit data...
tokenizer_pgen.c Loading commit data...