-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-133604: remove deprecated java_ver function
#133888
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
Changes from 9 commits
4f0b53e
373fe6a
b50dbed
cbc4dd4
51d2061
4157fa5
2c9d038
0139eb1
b9f2cf6
e0c4870
054efed
3a709ab
d50237c
b8c57ee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -121,6 +121,13 @@ Deprecated | |||||||||||
| Removed | ||||||||||||
| ======= | ||||||||||||
|
|
||||||||||||
| platform | ||||||||||||
| -------- | ||||||||||||
|
|
||||||||||||
| * Removed the deprecated :func:`!platform.java_ver` function. | ||||||||||||
| (Contributed by Alexey Makridenko in :gh:`133888`.) | ||||||||||||
|
||||||||||||
| * Removed the deprecated :func:`!platform.java_ver` function. | |
| (Contributed by Alexey Makridenko in :gh:`133888`.) | |
| * Removed the :func:`!platform.java_ver` function, | |
| which was deprecated since Python 3.13. | |
| (Contributed by Alexey Makridenko in :gh:`133888`.) |
The link should be the issue, not the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! fixed it
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1 @@ | ||||||
| Remove deprecated function :func:`!platform.java_ver`. | ||||||
|
||||||
| Remove deprecated function :func:`!platform.java_ver`. | |
| Remove :func:`!platform.java_ver` which was deprecated since Python 3.13. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! fixed it
Uh oh!
There was an error while loading. Please reload this page.