From: Jeremy Hylton Date: Fri, 14 Sep 2001 22:54:48 +0000 (+0000) Subject: del no longer necessary now that new module is gone X-Git-Tag: v2.2.1c1~1793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a9cac68b65f1fa5a505b647dc149a53332f3d19;p=python del no longer necessary now that new module is gone --- diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py index 20f8cf22e7..a6cf559d94 100644 --- a/Lib/compiler/consts.py +++ b/Lib/compiler/consts.py @@ -1,5 +1,3 @@ -del classobj, code, function, instance, instancemethod, module - # operation flags OP_ASSIGN = 'OP_ASSIGN' OP_DELETE = 'OP_DELETE' diff --git a/Tools/compiler/compiler/consts.py b/Tools/compiler/compiler/consts.py index 20f8cf22e7..a6cf559d94 100644 --- a/Tools/compiler/compiler/consts.py +++ b/Tools/compiler/compiler/consts.py @@ -1,5 +1,3 @@ -del classobj, code, function, instance, instancemethod, module - # operation flags OP_ASSIGN = 'OP_ASSIGN' OP_DELETE = 'OP_DELETE'