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 georg.brandl, r.david.murray
Date 2009-06-18.07:03:39
SpamBayes Score 0.00072246464
Marked as misclassified No
Message-id <1245308621.69.0.244132300054.issue6304@psf.upfronthosting.co.za>
In-reply-to
Content
How would you propose to fix this?  print() should certainly not catch
all TypeErrors and raise a new one...

Maybe exception chaining could be used, so that print raises a TypeError
of its own with the cause being the original message?
History
Date User Action Args
2009-06-18 07:03:41georg.brandlsetrecipients: + georg.brandl, r.david.murray
2009-06-18 07:03:41georg.brandlsetmessageid: <1245308621.69.0.244132300054.issue6304@psf.upfronthosting.co.za>
2009-06-18 07:03:40georg.brandllinkissue6304 messages
2009-06-18 07:03:40georg.brandlcreate