8000 PEP 779: Mark as Accepted by hugovk · Pull Request #4464 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 779: Mark as Accepted #4464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
PEP 779: Mark as Accepted
  • Loading branch information
hugovk committed Jun 17, 2025
commit 086cd658e3b3f355b4379a68ec09909e2b28ff6f
3 changes: 2 additions & 1 deletion peps/pep-0779.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Author: Thomas Wouters <thomas@python.org>,
Matt Page <mpage at python.org>,
Sam Gross <colesbury at gmail.com>
Discussions-To: https://discuss.python.org/t/84319
Status: Draft
Status: Accepted
Type: Standards Track
Created: 13-Mar-2025
Python-Version: 3.14
Post-History: `13-Mar-2025 <https://discuss.python.org/t/84319>`__
Resolution: `16-Jun-2025 <https://discuss.python.org/t/84319/123>`__

Abstract
========
Expand Down
0