-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-101152: Implement PEP 699 #101193
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
gh-101152: Implement PEP 699 #101193
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
afd678c
PEP 699 Implementation
ramvikrams 26ad50a
corrected a spelling mistake
ramvikrams ff3bcc5
📜🤖 Added by blurb_it.
blurb-it[bot] 2ce45cc
added whatsnew entry
ramvikrams 5e4b310
Update 3.12.rst
ramvikrams f7c8293
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikrams a799bfb
Update Doc/whatsnew/3.12.rst
ramvikrams 8b88d8e
Update Misc/NEWS.d/next/Build/2023-01-21-10-31-35.gh-issue-101152.xvM…
ramvikrams f292522
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikrams 59b541d
Update 3.12.rst
ramvikrams fcf97e5
Update Doc/whatsnew/3.12.rst
ramvikrams b40f727
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikrams eb4dc55
Merge branch 'main' into t001
ramvikrams 289e18b
Update 3.12.rst
ramvikrams cd658de
Update 3.12.rst
ramvikrams a0eb046
Merge branch 'main' into t001
ramvikrams File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
- Loading branch information
commit f7c8293fa8a8900d5cf4dab23c58ebf740325efd
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Misc/NEWS.d/next/Build/2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Added the PEP-699 Implementation, `ma_version_tag` is deprecated for extension modules you can continue using it for the core code. | ||
The deprecation warning will pop up for extension modules. | ||
Added the PEP-699 Implementation, :meth:`ma_version_tag` is deprecated for extension modules you can continue using it for the core code. | ||
The deprecation warning will pop up for extension modules. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.