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 maru
Recipients LambertDW, maru, orsenthil
Date 2009-04-02.20:20:18
SpamBayes Score 0.00019502797
Marked as misclassified No
Message-id <1238703620.43.0.962678966033.issue5142@psf.upfronthosting.co.za>
In-reply-to
Content
Added a skip keyword argument to Bdb and Pdb class constructors to allow
skipping of modules based on a list of glob-style matches (see fnmatch),
as per the following example:

import pdb;Pdb(skip=['django.command*']).set_trace()
History
Date User Action Args
2009-04-02 20:20:20marusetrecipients: + maru, orsenthil, LambertDW
2009-04-02 20:20:20marusetmessageid: <1238703620.43.0.962678966033.issue5142@psf.upfronthosting.co.za>
2009-04-02 20:20:19marulinkissue5142 messages
2009-04-02 20:20:19marucreate