summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-10-16 03:09:52 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-10-16 03:09:52 (GMT)
commitd80e0c86778f92b63cf2c4d82c7248c8ece0fd47 (patch)
treeb6f41eabd84ee51e79d22e287ee21a8f3c638a1b /Misc
parent827ee4411f39817325604811faa58d0f007b6a73 (diff)
downloadcpython-d80e0c86778f92b63cf2c4d82c7248c8ece0fd47.zip
cpython-d80e0c86778f92b63cf2c4d82c7248c8ece0fd47.tar.gz
cpython-d80e0c86778f92b63cf2c4d82c7248c8ece0fd47.tar.bz2
Fix turtle so that you can launch the demo2 function on its own instead of only
when the module is launched as a script.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97543b0..e7a086c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,10 @@ Core and builtins
Library
-------
+- Fix turtle so that time.sleep is imported for the entire library. Allows
+ the demo2 function to be executed on its own instead of only when the
+ module is run as a script.
+
- Bug #813342: Start the IDLE subprocess with -Qnew if the parent
is started with that option.