Group commands by topic in “pysetup run --list-commands” output.
authorÉric Araujo <merwok@netwok.org>
Thu, 9 Feb 2012 13:29:11 +0000 (14:29 +0100)
committerÉric Araujo <merwok@netwok.org>
Thu, 9 Feb 2012 13:29:11 +0000 (14:29 +0100)
commit5c69b66086e9665b4e9afefa7854cbd966d386e4
treed991bf0c9c1a51a971edb2bca1e061259b9f6f74
parent1aa54a417d767efb2ebb4c1a31e69f7be9b1d6ae
Group commands by topic in “pysetup run --list-commands” output.

This fixes a regression from distutils, where “setup.py --help-commands”
prints out commands grouped by topic (i.e. building vs. installing),
which is more useful than using sorted.
Lib/packaging/command/__init__.py
Lib/packaging/run.py
Lib/packaging/tests/test_run.py