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 xdegaye
Recipients Colin.Williams, terry.reedy, xdegaye
Date 2013-11-03.17:33:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383500002.56.0.200815998255.issue19417@psf.upfronthosting.co.za>
In-reply-to
Content
A less invasive alternative could be to instrument Bdb with a subclass
that processes send-expect sequences. This is what does
http://code.google.com/p/pdb-clone/source/browse/Lib/test/test_bdb.py

This code could be adapted to run with python bdb.
History
Date User Action Args
2013-11-03 17:33:22xdegayesetrecipients: + xdegaye, terry.reedy, Colin.Williams
2013-11-03 17:33:22xdegayesetmessageid: <1383500002.56.0.200815998255.issue19417@psf.upfronthosting.co.za>
2013-11-03 17:33:22xdegayelinkissue19417 messages
2013-11-03 17:33:22xdegayecreate