8000 PEP 691: Mark Accepted + Grammar Fixes + Small Fix by dstufft · Pull Request #2674 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

PEP 691: Mark Accepted + Grammar Fixes + Small Fix #2674

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 3 commits into from
Jun 25, 2022
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
Prev Previous commit
Mark Accepted
  • Loading branch information
dstufft committed Jun 25, 2022
commit b08e1840baac451b9f2a01d8745455d82b71a30f
3 changes: 2 additions & 1 deletion pep-0691.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Author: Donald Stufft <donald@stufft.io>,
Dustin Ingram <di@python.org>
PEP-Delegate: Brett Cannon <brett@python.org>
Discussions-To: https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553
Status: Draft
Status: Accepted
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 04-May-2022
Post-History: `05-May-2022 <https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553>`__
Resolution: https://discuss.python.org/t/pep-691-json-based-simple-api-for-python-package-indexes/15553/70


Abstract
Expand Down
0