Luke-Jr added the comment:
Has this been fixed in 3.2 yet? Somehow it seems to have been "reclassified" as
an enhancement when it's really a regression. str worked fine in these
functions in 3.1.
------
nosy: +luke-jr
___
Python
Luke-Jr added the comment:
At least fix the documentation, then...
--
___
Python tracker
<http://bugs.python.org/issue6534>
___
___
Python-bugs-list mailin
New submission from Luke-Jr :
Should return EEXIST or EISDIR provided C:\ actually exists
--
components: Windows
messages: 90764
nosy: luke-jr
severity: normal
status: open
title: os.makedirs returns EACCES for "C:\"
type: behavior
versions:
New submission from Luke-Jr:
SocketServer recently started giving my request handler rfiles that
don't block: readfile() gives me a timeout exception. This used to
work fine. I begin writing this server with 2.4.3, and it is currently
running under 2.4.4, so my suspicious is somewhe
New submission from Luke-Jr:
SocketServer.ThreadingUnixStreamServer leaks file descriptors when a
request handler throws an exception.
--
components: Library (Lib)
messages: 57396
nosy: luke-jr
severity: normal
status: open
title: FD leak in SocketServer
versions: Python 2.4
Luke-Jr
added the comment:
So label it a "design flaw" if not a bug. Syscalls are the primary and
only guaranteed method of writing to the system log. Very few
applications or users use sockets for syslog,