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 serhiy.storchaka
Recipients Chris.Gerhard, anacrolix, benjamin.peterson, christian.heimes, daniel.urban, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall, serhiy.storchaka
Date 2012-03-10.17:11:54
SpamBayes Score 9.042828e-06
Marked as misclassified No
Message-id <1331399515.55.0.507226520307.issue4761@psf.upfronthosting.co.za>
In-reply-to
Content
Why use a special value AT_FDCWD instead of None? It is not Pythonish. Clearly, when it is used in C, but in dynamically typed Python we are not limited to only one C-type. 

Such a large number of new functions littering the namespace. Why not just add additional arguments to existing functions? Instead 'fstatat(dirfd, path, flags=0)' let it be 'stat(path, *, dirfd=None, flags=0)' or even better 'stat(path, *, dirfd=None, followlinks=True)' (as in os.fwalk).
History
Date User Action Args
2012-03-10 17:11:55serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard, rosslagerwall
2012-03-10 17:11:55serhiy.storchakasetmessageid: <1331399515.55.0.507226520307.issue4761@psf.upfronthosting.co.za>
2012-03-10 17:11:54serhiy.storchakalinkissue4761 messages
2012-03-10 17:11:54serhiy.storchakacreate