[issue2457] add --help and -h options to pdb

Benjamin Peterson report at bugs.python.org
Sat Mar 22 20:41:12 CET 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

If --help or -h are used as options for pdb, pdb unhelpfully exits with
"file -h cannot be found." This makes it more user friendly and prints
the usage if those options are passed.

----------
components: Demos and Tools, Library (Lib)
files: pdb_help.patch
keywords: patch
messages: 64336
nosy: benjamin.peterson
severity: normal
status: open
title: add --help and -h options to pdb
type: feature request
versions: Python 2.6
Added file: http://bugs.python.org/file9816/pdb_help.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2457>
__________________________________


More information about the Python-bugs-list mailing list