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 charlax
Recipients charlax, cjw296, tim.peters
Date 2008-12-05.11:46:49
SpamBayes Score 0.00014707618
Marked as misclassified No
Message-id <1228477610.59.0.0150817455721.issue3722@psf.upfronthosting.co.za>
In-reply-to
Content
This is a bug. This is not a good behavior.

If I would like to temporarily print a variable to see its content, in 
order to debug my code, doctest will eat its output. Thus I will be make 
to use pdb or to use logging, or to get rid of doctest. This will be far 
more complicated.

See attached file.
History
Date User Action Args
2008-12-05 11:46:50charlaxsetrecipients: + charlax, tim.peters, cjw296
2008-12-05 11:46:50charlaxsetmessageid: <1228477610.59.0.0150817455721.issue3722@psf.upfronthosting.co.za>
2008-12-05 11:46:50charlaxlinkissue3722 messages
2008-12-05 11:46:49charlaxcreate