diff options
author | Georg Brandl <georg@python.org> | 2009-05-05 08:14:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-05 08:14:33 (GMT) |
commit | eaa84ef1e96f1f597ef54f40147de2e6a6980e34 (patch) | |
tree | faab26880973296fc9746bcc3a159ff205c231f4 /Misc | |
parent | 513352961411e48a0214fe3119f1b951ec2f5216 (diff) | |
download | cpython-eaa84ef1e96f1f597ef54f40147de2e6a6980e34.zip cpython-eaa84ef1e96f1f597ef54f40147de2e6a6980e34.tar.gz cpython-eaa84ef1e96f1f597ef54f40147de2e6a6980e34.tar.bz2 |
#5923: update turtle module to version 1.1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -118,6 +118,9 @@ Installation Library ------- +- Issue #5923: Update the ``turtle`` module to version 1.1, add two new + turtle demos in Demo/turtle. + - Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory. |