This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MLModel
Recipients MLModel, georg.brandl
Date 2009-09-11.18:45:53
SpamBayes Score 7.809212e-06
Marked as misclassified No
Message-id <1252694755.95.0.997731708213.issue6885@psf.upfronthosting.co.za>
In-reply-to
Content
The library documentation page for pdb shows running pdb as a script
using the command
        python -m pdb
Shouldn't that be
        python3 -m pdb
?
History
Date User Action Args
2009-09-11 18:45:56MLModelsetrecipients: + MLModel, georg.brandl
2009-09-11 18:45:55MLModelsetmessageid: <1252694755.95.0.997731708213.issue6885@psf.upfronthosting.co.za>
2009-09-11 18:45:54MLModellinkissue6885 messages
2009-09-11 18:45:53MLModelcreate