]> granicus.if.org Git - python/commitdiff
del no longer necessary now that new module is gone
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 14 Sep 2001 22:54:48 +0000 (22:54 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 14 Sep 2001 22:54:48 +0000 (22:54 +0000)
Lib/compiler/consts.py
Tools/compiler/compiler/consts.py

index 20f8cf22e78580d580998748777bd5bbb1fe2b5e..a6cf559d940c28a5823a8c900fd03a6bef755aaf 100644 (file)
@@ -1,5 +1,3 @@
-del classobj, code, function, instance, instancemethod, module
-
 # operation flags
 OP_ASSIGN = 'OP_ASSIGN'
 OP_DELETE = 'OP_DELETE'
index 20f8cf22e78580d580998748777bd5bbb1fe2b5e..a6cf559d940c28a5823a8c900fd03a6bef755aaf 100644 (file)
@@ -1,5 +1,3 @@
-del classobj, code, function, instance, instancemethod, module
-
 # operation flags
 OP_ASSIGN = 'OP_ASSIGN'
 OP_DELETE = 'OP_DELETE'