This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jason.Vas.Dias
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-28.17:19:57
SpamBayes Score 0.00032317647
Marked as misclassified No
Message-id <1304011198.16.0.599650593965.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2011-04-28 17:19:58Jason.Vas.Diassetrecipients: + Jason.Vas.Dias, r.david.murray
2011-04-28 17:19:58Jason.Vas.Diassetmessageid: <1304011198.16.0.599650593965.issue11946@psf.upfronthosting.co.za>
2011-04-28 17:19:57Jason.Vas.Diaslinkissue11946 messages
2011-04-28 17:19:57Jason.Vas.Diascreate