]> granicus.if.org Git - python/commit
Issue #15618: Make turtle.py itself work when run from a module with
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 6 Mar 2014 04:15:57 +0000 (23:15 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 6 Mar 2014 04:15:57 +0000 (23:15 -0500)
commit09f4f253b54019fd78b8a943eaa72d7f51441f0c
tree4543fdc57d465cb5364ee0ce0c30b2f791c1f119
parentfd48a56b2742a3651a84e96c535009b90a9c6b93
Issue #15618: Make turtle.py itself work when run from a module with
from __future__ import unicode_literals.  Initial patch by Juancarlo AƱez.

The demos at the end of turtle.py appear to be the only test, so I changed
some of the strings to unicode with a u prefix.  If os.path.isfile or the Tk
image function have problems with Unicode input, that would be different issue.
Lib/lib-tk/turtle.py
Misc/ACKS
Misc/NEWS