[docs] [issue28972] Document all "python -m" utilities

Raymond Hettinger report at bugs.python.org
Fri Dec 16 21:05:53 EST 2016


Raymond Hettinger added the comment:

+1 for Miki's idea.  It would be nice if there were a single page that collected together all the command-line tools (with examples).  It should include a 2to3 example as well.  Also, there should be some indication of which tools we guarantee to be available (2to3 json.tool) versus those that just happen to be exposed but are subject to change (possibly because they were just used for testing, or because they have a crummy API, or because Guido has said that we are in the library business, not the command-line tool business).

See also:  http://bugs.python.org/issue26488

----------
assignee: docs at python -> 
nosy: +gvanrossum, rhettinger

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


More information about the docs mailing list