diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |