PEP 663: update for 3.11
This commit is contained in:
parent
1344ff8916
commit
eb6f346936
|
@ -8,7 +8,7 @@ Status: Draft
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 23-Feb-2013
|
Created: 23-Feb-2013
|
||||||
Python-Version: 3.10
|
Python-Version: 3.11
|
||||||
Post-History:
|
Post-History:
|
||||||
Resolution:
|
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
|
Having the ``str()`` and ``format()`` of an enum member be different can be
|
||||||
confusing.
|
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
|
Rationale
|
||||||
|
|
Loading…
Reference in New Issue