FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-104876: Remove deprecated turtle.RawTurtle.settiltangle by hugovk · Pull Request #104877 · python/cpython · GitHub

/ cpython Public

gh-104876: Remove deprecated turtle.RawTurtle.settiltangle - #104877

Merged
hugovk merged 5 commits into
python:mainfrom
hugovk:rm-turtle-settiltangle
May 26, 2023
Merged

gh-104876: Remove deprecated turtle.RawTurtle.settiltangle#104877
hugovk merged 5 commits into
python:mainfrom
hugovk:rm-turtle-settiltangle

Conversation

hugovk commented May 24, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Closes #104876.

Remove the turtle.RawTurtle.settiltangle method, deprecated in docs since Python 3.1 and with a warning since Python 3.11.


📚 Documentation preview 📚: https://cpython-previews--104877.org.readthedocs.build/

hugovk added 3.13 bugs and security fixes and removed awaiting core review labels May 24, 2023
hugovk changed the title Remove deprecated turtle.RawTurtle.settiltangle gh-104876: Remove deprecated turtle.RawTurtle.settiltangle May 24, 2023
hugovk added the stdlib Standard Library Python modules in the Lib/ directory label May 25, 2023

vstinner left a comment
edited
Loading

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM, but I left minor remarks. Also, I never used the turtle module, so I don't know how to test this change. Lib/test/test_turtle.py checks that there is no regression, no?

Comment thread Lib/turtle.py Outdated
Comment thread Doc/whatsnew/3.13.rst Outdated
hugovk and others added 3 commits May 25, 2023 19:16
Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM.

hugovk merged commit 10c4583 into python:main May 26, 2023
hugovk deleted the rm-turtle-settiltangle branch May 26, 2023 04:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.13 bugs and security fixes stdlib Standard Library Python modules in the Lib/ directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove deprecated turtle.RawTurtle.settiltangle method

3 participants


Back | FazBrowse Home | New Git URL