summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-05-26 04:25:52 (GMT)
committerGitHub <noreply@github.com>2023-05-26 04:25:52 (GMT)
commit10c45838e1de47ef57708c71e3d9c2ddb78d493d (patch)
tree5d152664d3d4793f8fd310c57cc7384ef11157a7 /Misc/NEWS.d/next/Library
parent705e387dd81b971cb1ee5727da54adfb565f61d0 (diff)
downloadcpython-10c45838e1de47ef57708c71e3d9c2ddb78d493d.zip
cpython-10c45838e1de47ef57708c71e3d9c2ddb78d493d.tar.gz
cpython-10c45838e1de47ef57708c71e3d9c2ddb78d493d.tar.bz2
gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2023-05-24-19-48-16.gh-issue-104876.Z00Qnk.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-24-19-48-16.gh-issue-104876.Z00Qnk.rst b/Misc/NEWS.d/next/Library/2023-05-24-19-48-16.gh-issue-104876.Z00Qnk.rst
new file mode 100644
index 0000000..ce1f560
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-05-24-19-48-16.gh-issue-104876.Z00Qnk.rst
@@ -0,0 +1,3 @@
+Remove the :meth:`!turtle.RawTurtle.settiltangle` method, deprecated in docs
+since Python 3.1 and with a deprecation warning since Python 3.11. Patch by
+Hugo van Kemenade.