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

2008-03-26 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Committed in r61931. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Py

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

2008-03-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Go ahead and commit. -- resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __ ___ Pytho

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

2008-03-25 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: benjamin.peterson -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ _

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

2008-03-25 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> benjamin.peterson priority: -> low __ Tracker <[EMAIL PROTECTED]> __ ___ Pyt

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

2008-03-22 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: 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) f