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 eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2011-06-10.16:11:46
SpamBayes Score 0.13000874
Marked as misclassified No
Message-id <1307722307.13.0.47408590361.issue12222@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, some functions do not explicitly return 0, but this is okay: they will return None, which is a boolean false value, which is understood as 0 by sys.exit.
History
Date User Action Args
2011-06-10 16:11:47eric.araujosetrecipients: + eric.araujo, tarek, alexis
2011-06-10 16:11:47eric.araujosetmessageid: <1307722307.13.0.47408590361.issue12222@psf.upfronthosting.co.za>
2011-06-10 16:11:46eric.araujolinkissue12222 messages
2011-06-10 16:11:46eric.araujocreate