Message 202041 - Python tracker (original) (raw)

Message202041

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:22 xdegaye set recipients: + xdegaye, terry.reedy, Colin.Williams
2013-11-03 17:33:22 xdegaye set messageid: 1383500002.56.0.200815998255.issue19417@psf.upfronthosting.co.za
2013-11-03 17:33:22 xdegaye link issue19417 messages
2013-11-03 17:33:22 xdegaye create