Author gvanrossum
Recipients gvanrossum, oyster
Date 2008-01-22.03:24:27
SpamBayes Score 0.00322693
Marked as misclassified No
Message-id <1200972268.9.0.719447613277.issue1888@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't going to change. 'global' is one of those rare pieces of
syntax that are not executed by the interpreter but detected by the parser.

Note that there are other things like this, e.g. the presence of 'yield'
in a function makes it a generator.

FWIW, the "if 0:" issue is different; that's a genuine bug, see issue #1875.
History
Date User Action Args
2008-01-22 03:24:29gvanrossumsetspambayes_score: 0.00322693 -> 0.00322693
recipients: + gvanrossum, oyster
2008-01-22 03:24:28gvanrossumsetspambayes_score: 0.00322693 -> 0.00322693
messageid: <1200972268.9.0.719447613277.issue1888@psf.upfronthosting.co.za>
2008-01-22 03:24:27gvanrossumlinkissue1888 messages
2008-01-22 03:24:27gvanrossumcreate