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 JEphron
Recipients JEphron, ethan.furman
Date 2021-06-09.16:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3BEE02B6-3896-4456-8C26-9B0D64C47C8B@jephron.com>
In-reply-to <1623219620.33.0.642463475167.issue44356@roundup.psfhosted.org>
Content
> But what is an `UnexpectedString()`

Sorry, that’s maybe less relevant to the example. It’s just a subclass of string with some marker to make it detectable later on, similar to schemes that taint user input to prevent sql injection or whatever

> On Jun 8, 2021, at 23:20, Ethan Furman <report@bugs.python.org> wrote:
> 
> 
> Ethan Furman <ethan@stoneleaf.us> added the comment:
> 
> Excellent bug report.
> 
> But what is an `UnexpectedString()` ?
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue44356>
> _______________________________________
History
Date User Action Args
2021-06-09 16:42:03JEphronsetrecipients: + JEphron, ethan.furman
2021-06-09 16:42:03JEphronlinkissue44356 messages
2021-06-09 16:42:02JEphroncreate