PEP 663: update for 3.11

This commit is contained in:
Ethan Furman 2021-07-03 19:32:17 -07:00
parent 1344ff8916
commit eb6f346936
1 changed files with 3 additions and 2 deletions

View File

@ -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