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 steve.dower
Recipients Raúl Núñez de Arenas, eryksun, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-04-29.15:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556551895.21.0.0148177019412.issue26493@roundup.psfhosted.org>
In-reply-to
Content
It still happens because nobody has proposed a patch to specially handle this one particular error code. The earlier messages explained why we can't do formatting on error messages.

If this one is particularly common, then it's best for it to be handled in Python code at the point where it shows up and converted into something more readable.
History
Date User Action Args
2019-04-29 15:31:35steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, Raúl Núñez de Arenas
2019-04-29 15:31:35steve.dowersetmessageid: <1556551895.21.0.0148177019412.issue26493@roundup.psfhosted.org>
2019-04-29 15:31:35steve.dowerlinkissue26493 messages
2019-04-29 15:31:35steve.dowercreate