[Python-Dev] :program: markup in .rst documentation (original) (raw)
Éric Araujo merwok at netwok.org
Tue Jul 20 19:34:02 CEST 2010
- Previous message: [Python-Dev] :program: markup in .rst documentation
- Next message: [Python-Dev] :program: markup in .rst documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sorry to add the third way to the mix, but shouldn't the recommended way to run a module as a script be python -m modname? As in
$ python -m test.regrtest testspam
This is true but orthogonal to our problem, which is that
:program:python -m thing
is wrong if I understood the doc rightly and
should be replaced by python -m thing
.
Regards
- Previous message: [Python-Dev] :program: markup in .rst documentation
- Next message: [Python-Dev] :program: markup in .rst documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]