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 Ramchandra Apte
Recipients Ramchandra Apte, ezio.melotti, kbk, orsenthil, rhettinger
Date 2013-02-16.03:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360985127.32.0.509502059775.issue17172@psf.upfronthosting.co.za>
In-reply-to
Content
Because turtledemo doesn't have a main() function. I moved the code under 'if __name__ == "__main__"' into a main() function.
History
Date User Action Args
2013-02-16 03:25:27Ramchandra Aptesetrecipients: + Ramchandra Apte, rhettinger, kbk, orsenthil, ezio.melotti
2013-02-16 03:25:27Ramchandra Aptesetmessageid: <1360985127.32.0.509502059775.issue17172@psf.upfronthosting.co.za>
2013-02-16 03:25:27Ramchandra Aptelinkissue17172 messages
2013-02-16 03:25:27Ramchandra Aptecreate