New submission from Wentao Han :
On Windows, if you extract all files from a zip file which containing
subdirectories by zipfile.ZipFile's extractall method, a WindowsError will
be raised.
--
components: Library (Lib)
messages: 88400
nosy: aerodonkey
severity: normal
status:
New submission from Wentao Han :
The invocation of socket.getfqdn to get FQDN of the host may delay for
several seconds on some platforms when no appropriate host name is found.
This causes lag when using SimpleXMLRPCServer and other class derived from
BaseHTTPServer for every request