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

2012-03-05 Thread Luke-Jr

Luke-Jr luke...@users.sourceforge.net 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue13637
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-07-21 Thread Luke-Jr

New submission from Luke-Jr luke...@users.sourceforge.net:

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: Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6534
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-07-21 Thread Luke-Jr

Luke-Jr luke...@users.sourceforge.net added the comment:

At least fix the documentation, then...

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6534
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 somewhere in between it 
changed.

--
components: Library (Lib)
messages: 57445
nosy: luke-jr
severity: normal
status: open
title: SocketServer creates non-blocking files
versions: Python 2.4

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1434
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1711603] syslog syscall support for SysLogLogger

2007-09-27 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, and socket support 
should only be required when logging to a remote system.

Even if this is treated as a 'feature' (which it clearly is more 
than), it should still be merged into the current development branch.

_
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1711603
_
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com