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 ishimoto
Recipients amaury.forgeotdarc, gvanrossum, ishimoto
Date 2008-04-15.01:48:45
SpamBayes Score 0.41927266
Marked as misclassified No
Message-id <1208224126.86.0.315421785671.issue2630@psf.upfronthosting.co.za>
In-reply-to
Content
>  What if we turn on the backslashreplace trick for some operations only?
>  For example: sys_displayhook and sys_excepthook.

It would be difficult, since *_repr() API don't know who is the caller.
History
Date User Action Args
2008-04-15 01:48:47ishimotosetspambayes_score: 0.419273 -> 0.41927266
recipients: + ishimoto, gvanrossum, amaury.forgeotdarc
2008-04-15 01:48:46ishimotosetspambayes_score: 0.419273 -> 0.419273
messageid: <1208224126.86.0.315421785671.issue2630@psf.upfronthosting.co.za>
2008-04-15 01:48:46ishimotolinkissue2630 messages
2008-04-15 01:48:46ishimotocreate