[issue13637] binascii.a2b_* functions could accept unicode strings

2012-03-05 Thread Luke-Jr
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

[issue6534] os.makedirs returns EACCES for "C:\"

2009-07-21 Thread Luke-Jr
Luke-Jr added the comment: At least fix the documentation, then... -- ___ Python tracker <http://bugs.python.org/issue6534> ___ ___ Python-bugs-list mailin

[issue6534] os.makedirs returns EACCES for "C:\"

2009-07-21 Thread Luke-Jr
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:

[issue1434] SocketServer creates non-blocking files

2007-11-13 Thread Luke-Jr
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

[issue1429] FD leak in SocketServer

2007-11-12 Thread Luke-Jr
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

[issue1711603] syslog syscall support for SysLogLogger

2007-09-26 Thread Luke-Jr
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,