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.
diff --git a/Misc/ACKS b/Misc/ACKS
index 3aca0d9..ad47f9c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -33,6 +33,7 @@
Erik Andersén
Oliver Andrich
Ross Andrus
+Juancarlo Añez
Chris Angelico
Ankur Ankan
Heidi Annexstad