[issue45837] Fix turtle deprecations

2021-11-19 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Hugo! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45837] Fix turtle deprecations

2021-11-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 9501e8d3a339c5a9217b7d90275d2a8c8cba5d13 by Hugo van Kemenade in branch '3.10': bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29629) https://github.com/python/cpython/commit/9501e8d3a339c5a9217b7d90275d2a8c8cba5d13

[issue45837] Fix turtle deprecations

2021-11-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e8d41eea7a73a91cf1da2a4e60245902226bc599 by Hugo van Kemenade in branch '3.9': bpo-45837: Note tiltangle is not deprecated, it's really settiltangle (GH-29630) https://github.com/python/cpython/commit/e8d41eea7a73a91cf1da2a4e60245902226bc599

[issue45837] Fix turtle deprecations

2021-11-18 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- pull_requests: +27862 pull_request: https://github.com/python/cpython/pull/29630 ___ Python tracker ___

[issue45837] Fix turtle deprecations

2021-11-18 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- pull_requests: +27861 pull_request: https://github.com/python/cpython/pull/29629 ___ Python tracker ___

[issue45837] Fix turtle deprecations

2021-11-18 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c94664c262bddbff4604795d46ecd0935402df8e by Hugo van Kemenade in branch 'main': bpo-45837: Properly deprecate turtle.RawTurtle.settiltangle (GH-29618) https://github.com/python/cpython/commit/c94664c262bddbff4604795d46ecd0935402df8e --

[issue45837] Fix turtle deprecations

2021-11-18 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- keywords: +patch pull_requests: +27853 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29618 ___ Python tracker

[issue45837] Fix turtle deprecations

2021-11-18 Thread Hugo van Kemenade
New submission from Hugo van Kemenade : turtle's settiltangle was deprecated in Python 3.1: "Deprecated since version 3.1." https://docs.python.org/3.10/library/turtle.html#turtle.settiltangle says of settiltangle: And the reason: "`Turtle.tiltangle()` has been enhanced in functionality: