summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.