Jason Vas Dias <jason.vas.d...@gmail.com> added the comment: Not sure if relevant, but ls is appending a ' ' (0x20 == space) after the filename :
$ ls -ld -d /. | od -x 0000000 7264 7877 2d72 7278 782d 202e 3532 7220 0000020 6f6f 2074 6f72 746f 3420 3930 2036 7041 0000040 2072 3032 3120 3a35 3832 2f20 0a2e 0000056 See the ending "200a2e" - maybe there should not be an 0x20 there . Should I raise a GNU coreutils 8.10 bug about this ? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11946> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com