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 mdengler
Recipients mdengler
Date 2014-06-11.15:13:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402499590.45.0.853602089567.issue21722@psf.upfronthosting.co.za>
In-reply-to
Content
This patch teaches distutils/command/upload.py to return a non-zero exit code when uploading fails.  Currently a zero error code is returned (specifically, no Exception is raised by upload.run(...)) regardless of the HTTP response from the server or any socket error during that conversation.

Should be applied against tip.

Thanks.
History
Date User Action Args
2014-06-11 15:13:10mdenglersetrecipients: + mdengler
2014-06-11 15:13:10mdenglersetmessageid: <1402499590.45.0.853602089567.issue21722@psf.upfronthosting.co.za>
2014-06-11 15:13:10mdenglerlinkissue21722 messages
2014-06-11 15:13:10mdenglercreate