• 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
..
fixes Loading commit data...
pgen2 Loading commit data...
tests Loading commit data...
Grammar.txt Loading commit data...
PatternGrammar.txt Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
btm_matcher.py Loading commit data...
btm_utils.py Loading commit data...
fixer_base.py Loading commit data...
fixer_util.py Loading commit data...
main.py Loading commit data...
patcomp.py Loading commit data...
pygram.py Loading commit data...
pytree.py Loading commit data...
refactor.py Loading commit data...