New submission from Mr Johnson <johnso...@myton.co.uk>:
An incredibly small annoyance, but as a teacher in the UK, using the Turtle library to teach students how to code, I spend more time explaining that they should use "color" instead of "colour" then actually teaching them coding! Would it be possible to add a duplicated function to each "color" function in the python turtle that uses the UK spelling, "colour"? They would behave exactly the same, you could have the "colour" functions just call the "color" function, it would just save a lot of hassle in class! ---------- components: Demos and Tools messages: 386858 nosy: Johnson.S priority: normal severity: normal status: open title: Python Turtle Colour type: enhancement versions: Python 3.10 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43205> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com