• Jeremy Hylton's avatar
    Add support for // and //=. · 7abf520d
    Jeremy Hylton yazdı
    Avoid if/elif/elif/else tests where the final else is supposed to
    handle exactly one case instead of all other cases.  When the list of
    operators is extended, the catchall else treats all new operators as
    the last operator in the set of tests.  Instead, raise an exception if
    an unexpected operator occurs.
    7abf520d
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
ast.py Loading commit data...
consts.py Loading commit data...
future.py Loading commit data...
misc.py Loading commit data...
pyassem.py Loading commit data...
pycodegen.py Loading commit data...
symbols.py Loading commit data...
transformer.py Loading commit data...
visitor.py Loading commit data...