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 hynek, jcea, ncoghlan, neologix, pitrou, rosslagerwall, tarek
Date 2012-01-31.12:08:59
SpamBayes Score 0.0043963487
Marked as misclassified No
Message-id <1328011740.73.0.407829463509.issue13734@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, given the various *at() APIs that sort alphabetically next to their path based counterparts, perhaps we can make the naming consistency change go the other way? (i.e. listdirfd() and walkfd()). Even if POSIX puts the fd at the front, do we really have to follow them in a silly naming scheme?

And as per the python-dev discussion, +1 for being consistent with os.walk() when it comes to symlinks to directories.

Aside from the naming question, is there anything else holding this up?
History
Date User Action Args
2012-01-31 12:09:00ncoghlansetrecipients: + ncoghlan, jcea, pitrou, tarek, neologix, rosslagerwall, hynek
2012-01-31 12:09:00ncoghlansetmessageid: <1328011740.73.0.407829463509.issue13734@psf.upfronthosting.co.za>
2012-01-31 12:09:00ncoghlanlinkissue13734 messages
2012-01-31 12:08:59ncoghlancreate