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 loewis
Recipients LambertDW, kirkshorts, loewis
Date 2008-11-09.22:12:40
SpamBayes Score 4.0311737e-05
Marked as misclassified No
Message-id <1226268762.13.0.124114829757.issue4279@psf.upfronthosting.co.za>
In-reply-to
Content
As a style guide remark: drop the parentheses around the expression in
the return statement (return is a statement, not a function), and prefix
all global symbols with Py or _Py. See PEP 7 for further instructions.
History
Date User Action Args
2008-11-09 22:12:42loewissetrecipients: + loewis, LambertDW, kirkshorts
2008-11-09 22:12:42loewissetmessageid: <1226268762.13.0.124114829757.issue4279@psf.upfronthosting.co.za>
2008-11-09 22:12:41loewislinkissue4279 messages
2008-11-09 22:12:40loewiscreate