[New-bugs-announce] [issue12222] All pysetup commands should respect exit codes

Tarek Ziadé report at bugs.python.org
Tue May 31 11:16:13 CEST 2011


New submission from Tarek Ziadé <ziade.tarek at gmail.com>:

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)

----------
assignee: tarek
components: Distutils2
messages: 137348
nosy: alexis, eric.araujo, tarek
priority: high
severity: normal
status: open
title: All pysetup commands should respect exit codes
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12222>
_______________________________________


More information about the New-bugs-announce mailing list