summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2024-03-08 08:14:17 (GMT)
committerGitHub <noreply@github.com>2024-03-08 08:14:17 (GMT)
commit0b647141d587065c5b82bd658485adca8823a943 (patch)
tree293f7046e2611d69d7cfc6131205fe7047524d7a /Doc/whatsnew
parent4d952737e62b833d6782e0180ee89088fe601317 (diff)
downloadcpython-0b647141d587065c5b82bd658485adca8823a943.zip
cpython-0b647141d587065c5b82bd658485adca8823a943.tar.gz
cpython-0b647141d587065c5b82bd658485adca8823a943.tar.bz2
gh-116349: Deprecate `platform.java_ver` function (#116471)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.13.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index dc7dce9..5193990 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -814,6 +814,10 @@ Deprecated
* The undocumented and unused ``tarfile`` attribute of :class:`tarfile.TarFile`
is deprecated and scheduled for removal in Python 3.16.
+* :func:`platform.java_ver` is deprecated and will be removed in 3.15.
+ It was largely untested, had a confusing API,
+ and was only useful for Jython support.
+ (Contributed by Nikita Sobolev in :gh:`116349`.)
Pending Removal in Python 3.14
------------------------------
@@ -973,6 +977,11 @@ Pending Removal in Python 3.15
They will be removed in Python 3.15.
(Contributed by Victor Stinner in :gh:`105096`.)
+* :func:`platform.java_ver` is deprecated and will be removed in 3.15.
+ It was largely untested, had a confusing API,
+ and was only useful for Jython support.
+ (Contributed by Nikita Sobolev in :gh:`116349`.)
+
Pending Removal in Python 3.16
------------------------------