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 ncoghlan
Recipients a.badger, abadger1999, benjamin.peterson, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, vstinner
Date 2013-08-21.00:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7e-_SHG1=pwBTbUYqDT7przVJjSO3RGvDAu+7iC4BTTyg@mail.gmail.com>
In-reply-to <1377044191.58.0.292561564195.issue18713@psf.upfronthosting.co.za>
Content
Which reminds me: I'm curious what "ls" currently does for malformed
filenames. The aim of this change would be to get 'python -c "import os;
print(os.listdir())"' to do the best it can to work without losing data in
such a situation.
History
Date User Action Args
2013-08-21 00:25:20ncoghlansetrecipients: + ncoghlan, lemburg, pitrou, vstinner, abadger1999, benjamin.peterson, ezio.melotti, a.badger, r.david.murray
2013-08-21 00:25:20ncoghlanlinkissue18713 messages
2013-08-21 00:25:19ncoghlancreate