summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2007-05-24 17:50:54 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2007-05-24 17:50:54 (GMT)
commit711a54ebdeb6ec7e099a8a2a1777161ebc13442d (patch)
treee43df36bc0b26a114ce83820a35ec8c5fa1df19a /Misc
parentdd96ca3d6b7e6091ccaea56044139ffe7228712c (diff)
downloadcpython-711a54ebdeb6ec7e099a8a2a1777161ebc13442d.zip
cpython-711a54ebdeb6ec7e099a8a2a1777161ebc13442d.tar.gz
cpython-711a54ebdeb6ec7e099a8a2a1777161ebc13442d.tar.bz2
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...
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 71cdeaf..9014f49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -217,6 +217,8 @@ Core and builtins
Library
-------
+- urllib.ftpwrapper class now accepts an optional timeout.
+
- shlex.split() now has an optional "posix" parameter.
- The posixfile module now raises a DeprecationWarning.