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 tarek
Recipients alexis, eric.araujo, tarek
Date 2011-05-31.09:16:12
SpamBayes Score 0.009189758
Marked as misclassified No
Message-id <1306833373.02.0.231767797102.issue12222@psf.upfronthosting.co.za>
In-reply-to
Content
All actions in packaging.run need to respect a basic exit convention 0/1. 

This is important because pysetup will be used in automated scripts so the caller needs to know wether the call failed or succedeed. 

Example: pysetup install project => sys,exit(0 or 1)
History
Date User Action Args
2011-05-31 09:16:13tareksetrecipients: + tarek, eric.araujo, alexis
2011-05-31 09:16:13tareksetmessageid: <1306833373.02.0.231767797102.issue12222@psf.upfronthosting.co.za>
2011-05-31 09:16:12tareklinkissue12222 messages
2011-05-31 09:16:12tarekcreate