mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618)
This commit is contained in:
parent
e4bb22fabb
commit
c94664c262
3 changed files with 41 additions and 10 deletions
|
@ -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
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue