summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-11-18-13-13-19.bpo-45837.aGyr1I.rst
blob: 771465be59798a8546e3cfb14dfb667667184e30 (plain)
1
2
3
4
5
6
7
8
9
The :meth:`turtle.RawTurtle.settiltangle` is deprecated since Python 3.1,
it now emits a deprecation warning and will be removed in Python 3.13.

Use :meth:`turtle.RawTurtle.tiltangle` instead.

:meth:`turtle.RawTurtle.tiltangle` was earlier incorrectly marked as deprecated,
its docstring has been corrected.

Patch by Hugo van Kemenade.