[issue18109] os.uname() crashes if hostname contains non-ascii characters

Dmi Baranov report at bugs.python.org
Fri May 31 23:54:32 CEST 2013


Dmi Baranov added the comment:

I just checked RFC952 [1] and RFC1123 [2], that host name is incorrect.
I think, you need report to Arch Linux bug-tracker.

$ sudo hostname hât
hostname: the specified hostname is invalid
$ uname -a
Linux d9frog9n-desktop 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26

[1] http://tools.ietf.org/html/rfc952
[2] http://tools.ietf.org/html/rfc1123

----------
nosy: +dmi.baranov

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


More information about the Python-bugs-list mailing list