[docs] [issue10471] include documentation in python docs and under python -h for other commandline options

Dan L report at bugs.python.org
Sat Nov 20 20:56:46 CET 2010


New submission from Dan L <choralreef at naver.com>:

there are options such as 'python -tt -bb' that are undocumented at http://docs.python.org/using/cmdline and that don't show up when you type python -h.   ( Doubling t and b turns tabs or bytes warnings into errors.
) I don't know if they show up or not when you type 'man python', but for windows devs, it'd be best if it were included in the '-h' text excerpt in addition to being in the online docs.  It could also be nice to have an example for the W arg option, e.g. for Wd.

----------
assignee: docs at python
components: Documentation, Interpreter Core
messages: 121746
nosy: docs at python, jdan
priority: normal
severity: normal
status: open
title: include documentation in python docs and under python -h for other commandline options
type: behavior
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the docs mailing list