New submission from Gregor Lingl <gregorli...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue8615> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com