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 serhiy.storchaka
Recipients fdrake, pitrou, serhiy.storchaka
Date 2013-09-27.11:41:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380282107.38.0.301660122877.issue19103@psf.upfronthosting.co.za>
In-reply-to
Content
pprint.pprint() produces more human readable output than print(repr()) which is used in sys.displayhook(). The proposed patch changes sys.displayhook in site.py. You still can access original displayhook as sys.__displayhook__.
History
Date User Action Args
2013-09-27 11:41:47serhiy.storchakasetrecipients: + serhiy.storchaka, fdrake, pitrou
2013-09-27 11:41:47serhiy.storchakasetmessageid: <1380282107.38.0.301660122877.issue19103@psf.upfronthosting.co.za>
2013-09-27 11:41:47serhiy.storchakalinkissue19103 messages
2013-09-27 11:41:47serhiy.storchakacreate