python / peps

Python Enhancement Proposals
https://peps.python.org
4.4k stars 1.51k forks source link

Mark 3.13 PEPs as Final #3781

Open hugovk opened 4 months ago

hugovk commented 4 months ago

Here's the accepted PEPs targeting 3.13 which I think made the beta feature freeze:

Please can the authors check the "Mark as Final" checklist then open PRs to update the status here? Thank you!


The other accepted PEPs targeting 3.13:


See also:

alicederyn commented 4 months ago

@hugovk For typing PEPs, does "Final implementation has been merged" mean only the changes to CPython, or does it include mypy?

JelleZijlstra commented 4 months ago

It does not include mypy, but does include changes to the typing spec and conformance tests.