Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Fidget-Spinner merged 16 commits intopython:mainfromramvikrams:t001
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
afd678c
PEP 699 Implementation
ramvikramsJan 20, 2023
26ad50a
corrected a spelling mistake
ramvikramsJan 20, 2023
ff3bcc5
📜🤖 Added by blurb_it.
blurb-it[bot]Jan 21, 2023
2ce45cc
added whatsnew entry
ramvikramsJan 21, 2023
5e4b310
Update 3.12.rst
ramvikramsJan 21, 2023
f7c8293
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikramsJan 21, 2023
a799bfb
Update Doc/whatsnew/3.12.rst
ramvikramsJan 21, 2023
8b88d8e
Update Misc/NEWS.d/next/Build/2023-01-21-10-31-35.gh-issue-101152.xvM…
ramvikramsJan 21, 2023
f292522
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikramsJan 21, 2023
59b541d
Update 3.12.rst
ramvikramsJan 21, 2023
fcf97e5
Update Doc/whatsnew/3.12.rst
ramvikramsJan 22, 2023
b40f727
Update 2023-01-21-10-31-35.gh-issue-101152.xvM8pL.rst
ramvikramsJan 22, 2023
eb4dc55
Merge branch 'main' into t001
ramvikramsJan 23, 2023
289e18b
Update 3.12.rst
ramvikramsJan 23, 2023
cd658de
Update 3.12.rst
ramvikramsJan 23, 2023
a0eb046
Merge branch 'main' into t001
ramvikramsJan 24, 2023
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
PrevPrevious commit
NextNext commit
added whatsnew entry
  • Loading branch information
@ramvikrams
ramvikrams committedJan 21, 2023
commit2ce45cc44d3e3dce39fbfde91b8c7b0154b51ee8
4 changes: 4 additions & 0 deletionsDoc/whatsnew/3.12.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -413,6 +413,10 @@ Deprecated
is no current event loop set and it decides to create one.
(Contributed by Serhiy Storchaka and Guido van Rossum in :gh:`100160`.)

* 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.
(Contributed by Ramvikrams and Kumar Aditya in :gh:`101193`.)


Pending Removal in Python 3.13
------------------------------
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
Added the PEP-699 Implementation
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.

[8]ページ先頭

©2009-2025 Movatter.jp