[New-bugs-announce] [issue8615] turtle.py - backport of 3.1 features

Gregor Lingl report at bugs.python.org
Tue May 4 23:14:59 CEST 2010


New submission from Gregor Lingl <gregorlingl at users.sourceforge.net>:

The file submitted, turtle.py, essentially contains a backport of the new features, which were added to the turtle module with Python 3.1.
Otherwise this versions is 100% compatible with the turtle module of Python 2.6. 
So scripts written with Python 3.1's turtle module will run unchanged with identical behaviour under Python 2.7. The same do - of course - scripts written with Python 2.6's version of the turtle module.

Remark: There were also some enhancements and cleanup in the code for Python 3.1, which I also did backport to this version. 

Inclusion of this version of turtle.py into Python 2.7 will need an update of the docs (essentially to those of Python 3.1). I'll be able to submit an appropriate *.rst file within a week or so.

----------
components: Library (Lib)
files: turtle.py
messages: 104975
nosy: georg.brandl, gregorlingl, loewis
priority: normal
severity: normal
status: open
title: turtle.py - backport of 3.1 features
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file17206/turtle.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8615>
_______________________________________


More information about the New-bugs-announce mailing list