]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Let pysetup list exit with a non-zero code when no result is found (#11409).
authorÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 00:20:39 +0000 (02:20 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 00:20:39 +0000 (02:20 +0200)
commit73c175f5a0a7e749357e74f518c89b716b7e34b2
treeb83ac5c6fdf186279e42b22a88aa30179eee8c08
parent2527796a22404d5b8cb0e498a965c6b4a743caac
Let pysetup list exit with a non-zero code when no result is found (#11409).

“pysetup list” or “pysetup list --all” will continue to return 0 if no
distribution is found (it’s not an error), but “pysetup list
some.project” will now exit with 1 if no matching installed distribution
is found.  Based on a patch by Kelsey Hightower.
Lib/packaging/run.py