Raphaël Droz added the comment:
$ python -c "import netrc; print
netrc.netrc('/dev/stdin').authenticators('a')"<<<"machine a login b password c"
('b', None, 'c')
$ python -c "import netrc; print
netrc.netrc('/
New submission from Raphaël Droz :
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