]> granicus.if.org Git - python/commit
Support // and //=
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 18:14:39 +0000 (18:14 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 29 Aug 2001 18:14:39 +0000 (18:14 +0000)
commit94afe32b5eabf962c872850b10886f4545b02614
tree3f485c2a0b36750396f3cb2029b1aae167645147
parent7abf520d6c8c820f42332d51c58a192db658ac29
Support // and //=

Generate SET_LINENO for del statements.

Define klass=1 for PyFlowGraph constructor for a class statement.  A
class has no varnames.
Lib/compiler/pycodegen.py
Tools/compiler/compiler/pycodegen.py