This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients Carl.Friedrich.Bolz, amaury.forgeotdarc, arigo, benjamin.peterson, fijal, mark.dickinson
Date 2009-02-02.17:11:58
SpamBayes Score 0.001573629
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
...which does not really solve anything, as "if 0: yield" at
module-level is now just ignored instead of raising a SyntaxError (e.g.
like "if False: yield").
History
Date User Action Args
2009-02-02 17:11:59arigosetrecipients: + arigo, amaury.forgeotdarc, mark.dickinson, fijal, Carl.Friedrich.Bolz, benjamin.peterson
2009-02-02 17:11:59arigosetmessageid: <[email protected]>
2009-02-02 17:11:58arigolinkissue1875 messages
2009-02-02 17:11:58arigocreate