commit | eaa84ef1e96f1f597ef54f40147de2e6a6980e34 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 05 08:14:33 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 05 08:14:33 2009 +0000 |
tree | faab26880973296fc9746bcc3a159ff205c231f4 | |
parent | 513352961411e48a0214fe3119f1b951ec2f5216 [diff] [blame] |
#5923: update turtle module to version 1.1.
diff --git a/Misc/NEWS b/Misc/NEWS index 2e4c6bd..5b4f0ab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -118,6 +118,9 @@ 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.