[issue44356] Abstract enum mixins not allowed

Jordan Ephron report at bugs.python.org
Wed Jun 9 12:42:03 EDT 2021


Jordan Ephron <j at jephron.com> added the comment:

> 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 at bugs.python.org> wrote:
> 
> 
> Ethan Furman <ethan at stoneleaf.us> added the comment:
> 
> Excellent bug report.
> 
> But what is an `UnexpectedString()` ?
> 
> ----------
> 
> _______________________________________
> Python tracker <report at bugs.python.org>
> <https://bugs.python.org/issue44356>
> _______________________________________

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44356>
_______________________________________


More information about the Python-bugs-list mailing list