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 georg.brandl
Recipients MLModel, georg.brandl
Date 2009-09-16.09:56:01
SpamBayes Score 5.89861e-08
Marked as misclassified No
Message-id <1253094963.25.0.0519577336487.issue6903@psf.upfronthosting.co.za>
In-reply-to
Content
This is caused by the special displayhook that pdb uses.

Normally, the displayhook suppresses output when it would print None;
this is not done in pdb's displayhook. This was a conscious decision,
because it can remove confusion when you try to get variable values like
this:

(Pdb) foo
(Pdb)

I'll ask python-dev for what is preferred.
History
Date User Action Args
2009-09-16 09:56:03georg.brandlsetrecipients: + georg.brandl, MLModel
2009-09-16 09:56:03georg.brandlsetmessageid: <1253094963.25.0.0519577336487.issue6903@psf.upfronthosting.co.za>
2009-09-16 09:56:01georg.brandllinkissue6903 messages
2009-09-16 09:56:01georg.brandlcreate