Fix turtle so that you can launch the demo2 function on its own instead of only
when the module is launched as a script.
diff --git a/Misc/NEWS b/Misc/NEWS
index 97543b0..e7a086c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,10 @@
 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.