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 ideasman42
Recipients ideasman42
Date 2009-06-14.17:03:35
SpamBayes Score 0.0002643686
Marked as misclassified No
Message-id <1244999019.35.0.083174578591.issue6284@psf.upfronthosting.co.za>
In-reply-to
Content
This function returns the output of PyErr_Print as a unicode string.

We needed this in Blender3D because it has its own error logging system
which does not use the console.

The patch is made against python3k r73429.
History
Date User Action Args
2009-06-14 17:03:39ideasman42setrecipients: + ideasman42
2009-06-14 17:03:39ideasman42setmessageid: <1244999019.35.0.083174578591.issue6284@psf.upfronthosting.co.za>
2009-06-14 17:03:37ideasman42linkissue6284 messages
2009-06-14 17:03:37ideasman42create