Skip to content

Commit e0c4870

Browse files
committed
clarify removal notice for deprecated platform.java_ver function in 3.15 release notes
1 parent b9f2cf6 commit e0c4870

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ Removed
124124
platform
125125
--------
126126

127-
* Removed the deprecated :func:`!platform.java_ver` function.
128-
(Contributed by Alexey Makridenko in :gh:`133888`.)
127+
* Removed the deprecated :func:`!platform.java_ver` function, which was deprecated since Python 3.13.
128+
(Contributed by Alexey Makridenko in :gh:`133604`.)
129129

130130

131131
sysconfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Remove deprecated function :func:`!platform.java_ver`.
1+
Remove :func:`!platform.java_ver` which was deprecated since Python 3.13.

0 commit comments

Comments
 (0)