PEP 663: update for 3.11
This commit is contained in:
parent
1344ff8916
commit
eb6f346936
|
@ -8,7 +8,7 @@ Status: Draft
|
|||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
Created: 23-Feb-2013
|
||||
Python-Version: 3.10
|
||||
Python-Version: 3.11
|
||||
Post-History:
|
||||
Resolution:
|
||||
|
||||
|
@ -30,7 +30,8 @@ bugs and extra work to get the correct behavior.
|
|||
Having the ``str()`` and ``format()`` of an enum member be different can be
|
||||
confusing.
|
||||
|
||||
The ``repr()` of ``Flag`` is not elegant.
|
||||
The iteration of ``Flag`` members, which directly affects their ``repr()``, is
|
||||
inelegant at best, and buggy at worst.
|
||||
|
||||
|
||||
Rationale
|
||||
|
|
Loading…
Reference in New Issue