bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)

This commit is contained in:
Hugo van Kemenade 2021-11-18 17:02:48 +02:00 committed by GitHub
parent e4bb22fabb
commit c94664c262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 10 deletions

View file

@ -369,6 +369,11 @@ Deprecated
(Contributed by Erlend E. Aasland in :issue:`5846`.)
* 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 (it was earlier incorrectly marked
as deprecated, its docstring is now corrected).
(Contributed by Hugo van Kemenade in :issue:`45837`.)
Removed
=======