[New-bugs-announce] [issue14844] netrc does not handle accentuated characters

Raphaël Droz report at bugs.python.org
Thu May 17 23:23:45 CEST 2012


New submission from Raphaël Droz <raphael.droz+floss at gmail.com>:

Accentuated characters are not accepted in password.
While it (unicode) was quickly talked about in issue557704 it appears that issue1170 aimed to solve this by making shlex unicode-compatible but it does not seem to be the case (at least with python 3.2 in the netrc use-case).

On a side note :
- a blank line between two comment lines
 and
- lines starting with a '#' *not* followed by a space
 fail too (shells supports both of them)

----------
components: Library (Lib)
messages: 161016
nosy: drzraf
priority: normal
severity: normal
status: open
title: netrc does not handle accentuated characters
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14844>
_______________________________________


More information about the New-bugs-announce mailing list