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 Marek.Kowalski, benjamin.peterson, ezio.melotti, python-dev, serhiy.storchaka, vstinner
Date 2016-06-28.07:29:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467098994.72.0.460873367516.issue21134@psf.upfronthosting.co.za>
In-reply-to
Content
An empty string is the result of str() on an instance created with __new__ for all standard exceptions except SyntaxError (str() returnns 'None' for the latter, and this looks as a bug). Since there was no complains on this issue, I think it can be closed.
History
Date User Action Args
2016-06-28 07:29:54serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, python-dev, Marek.Kowalski
2016-06-28 07:29:54serhiy.storchakasetmessageid: <1467098994.72.0.460873367516.issue21134@psf.upfronthosting.co.za>
2016-06-28 07:29:54serhiy.storchakalinkissue21134 messages
2016-06-28 07:29:54serhiy.storchakacreate