Added an optional timeout parameter to urllib.ftpwrapper, with tests
(for this and a basic one, because there weren't any). Changed also
NEWS, but didn't find documentation for this function, assumed it
wasn't public...
diff --git a/Misc/NEWS b/Misc/NEWS
index 71cdeaf..9014f49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -217,6 +217,8 @@
 Library
 -------
 
+- urllib.ftpwrapper class now accepts an optional timeout.
+
 - shlex.split() now has an optional "posix" parameter.
 
 - The posixfile module now raises a DeprecationWarning.