[Python-ideas] Move Demo scripts under Lib (original) (raw)

Lie Ryan lie.1296 at gmail.com
Wed Oct 27 19:59:44 CEST 2010


On 10/27/10 02:13, Alexander Belopolsky wrote:

Introduction of -m option has changed that IMO. For example, when I work with recent versions of python, I always run pydoc as python -m pydoc because pydoc script on the path amy not correspond to the same version of python that I use.

Shouldn't there be a pydoc2.6, pydoc3.1, and other pydocX.X that corresponds to each python version? Otherwise you should be able to create an alias in your shell.



More information about the Python-ideas mailing list