]> granicus.if.org Git - python/commit
Remove unneeded --all option of “pysetup list”.
authorÉric Araujo <merwok@netwok.org>
Mon, 12 Sep 2011 14:45:38 +0000 (16:45 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 12 Sep 2011 14:45:38 +0000 (16:45 +0200)
commitcde65768203618f084592fa5441a4c92618ed7e4
treed5673b23e0c87b7d71eaaa3090405c41f04876a3
parentfb7d24492f89ed1a3e076cca9f759c5f40ba2905
Remove unneeded --all option of “pysetup list”.

The command without arguments already prints all installed distributions
found.

In addition, change “releases” for “projects” in the description of the
list action.  Strictly speaking, one installed distribution satisfies
the requirement for a release (i.e. version) of a project, but as
currently only one release per project can be installed at a time, the
two are somewhat equivalent, and “project” is more understandable in
help texts (which call their argument “dist”, by the way..)
Doc/install/pysetup.rst
Lib/packaging/run.py
Lib/packaging/tests/test_command_install_data.py