commit | 09f4f253b54019fd78b8a943eaa72d7f51441f0c | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Mar 05 23:15:57 2014 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Wed Mar 05 23:15:57 2014 -0500 |
tree | 4543fdc57d465cb5364ee0ce0c30b2f791c1f119 | |
parent | fd48a56b2742a3651a84e96c535009b90a9c6b93 [diff] |
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.