Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-133604: remove deprecatedjava_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
python-cla-botbot commentedMay 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Doc/whatsnew/3.15.rst Outdated
platform | ||
-------- | ||
* The deprecated :func:`!platform.java_ver` function. |
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.
*The deprecated:func:`!platform.java_ver` function. | |
*Removed the deprecated:func:`!platform.java_ver` function. |
To save Benedikt copy-editing it later. (See line 133)
You can also link this pr. (See line 134 as an example)
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.
@StanFromIreland thank you! done
Lib/platform.py Outdated
@@ -31,6 +31,7 @@ | |||
# | |||
# <see CVS and SVN checkin messages for history> | |||
# | |||
# 1.1.0 - removed deprecated java_ver() |
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.
Not noteworthy enough IMO. These are rarely updated, but it is up to@malemburg in the end.
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.
No need to add to that list anymore. The checkin messages provide enough history.
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.
You may want to change# <see CVS and SVN checkin messages for history>
to# <see checkin messages for history>
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.
@malemburg thank you! done
Doc/whatsnew/3.15.rst Outdated
* Removed the deprecated :func:`!platform.java_ver` function. | ||
(Contributed by Alexey Makridenko in :gh:`133888`.) |
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.
* 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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@@ -0,0 +1 @@ | |||
Remove deprecated function :func:`!platform.java_ver`. |
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.
Removedeprecated 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
… 3.15 release notes
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.
Sorry to give you contradictory comments :') I didn't read the previous reviews, my bad!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
LGTM, though I haven't actually run the test suite with these changes, or built the docs.
Note: The PR branch needs to be rebased before it can be merged.
Hmm, apparently, Github changed its mind about the need to rebase. |
@StanFromIreland Do want to review again ? Otherwise, I'll merge the PR soon. |
7a4a6cf
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks,@makridenko, for your work on this. |
Apologies I was unavailable. |
Uh oh!
There was an error while loading.Please reload this page.
platform.java_ver
#133604📚 Documentation preview 📚:https://cpython-previews--133888.org.readthedocs.build/