STINNER Victor <victor.stin...@haypocalc.com> added the comment:

-debug may be equivalent to -d -e -b -u -g (if none of these options 
have an argument), but no to --debug. If you like to use -d as an 
alias to --debug, just use: add_option("-d", "--debug", ...).

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4640>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to