Message 78320 - Python tracker

Message78320

Author vstinner
Recipients LambertDW, ggenellina, kszawala, vstinner
Date 2008-12-26.23:53:51
SpamBayes Score 0.19541894
Marked as misclassified No
Message-id <1230335632.39.0.477640572661.issue4640@psf.upfronthosting.co.za>
In-reply-to
Content
-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", ...).
History
Date User Action Args
2008-12-26 23:53:52vstinnersetrecipients: + vstinner, ggenellina, LambertDW, kszawala
2008-12-26 23:53:52vstinnersetmessageid: <1230335632.39.0.477640572661.issue4640@psf.upfronthosting.co.za>
2008-12-26 23:53:51vstinnerlinkissue4640 messages
2008-12-26 23:53:51vstinnercreate