[issue7888] turtle settiltangle should be marked deprecated, not tiltangle

2010-02-13 Thread Ezio Melotti

Ezio Melotti ezio.melo...@gmail.com added the comment:

Fixed in r78180 (py3k) and r78181 (release31-maint), thanks for the report!

--
assignee: georg.brandl - ezio.melotti
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7888
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7888] turtle settiltangle should be marked deprecated, not tiltangle

2010-02-11 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti
priority:  - normal
stage:  - needs patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7888
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7888] turtle settiltangle should be marked deprecated, not tiltangle

2010-02-08 Thread Michael Newman

New submission from Michael Newman michael.b.new...@gmail.com:

In the turtle module documentation:
http://docs.python.org/3.1/library/turtle.html
http://docs.python.org/py3k/library/turtle.html

Currently it says Deprecated since Python 3.1 under the turtle.tiltangle 
section. That should be under turtle.settiltangle instead.

For reference, the comments at the end of the documentation page correctly 
explains:
Turtle.tiltangle() has been enhanced in functionality: it now can be used to 
get or set the tiltangle. Turtle.settiltangle() has been deprecated.

--
assignee: georg.brandl
components: Documentation
messages: 99077
nosy: georg.brandl, mnewman
severity: normal
status: open
title: turtle settiltangle should be marked deprecated, not tiltangle
versions: Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7888
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com