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 r.david.murray
Recipients Jason.Vas.Dias, r.david.murray
Date 2011-04-28.18:41:10
SpamBayes Score 2.0967505e-05
Marked as misclassified No
Message-id <1304016071.45.0.356153236399.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
I would say that coreutils is wrong to be appending a space.  If a program were to parse the output of ls, it would reasonably expect the filename to be rendered exactly as it appears in the directory.  That is, a program should treat a trailing space as *part* of the filename, which it clearly isn't in this case.
History
Date User Action Args
2011-04-28 18:41:11r.david.murraysetrecipients: + r.david.murray, Jason.Vas.Dias
2011-04-28 18:41:11r.david.murraysetmessageid: <1304016071.45.0.356153236399.issue11946@psf.upfronthosting.co.za>
2011-04-28 18:41:10r.david.murraylinkissue11946 messages
2011-04-28 18:41:10r.david.murraycreate