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.

作者 serhiy.storchaka
收信人 Chris.Gerhard, anacrolix, benjamin.peterson, christian.heimes, daniel.urban, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall, serhiy.storchaka
日期 2012-03-10.17:11:54
SpamBayes Score 9.042828e-06
Marked as misclassified
Message-id <1331399515.55.0.507226520307.issue4761@psf.upfronthosting.co.za>
In-reply-to
内容
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).
历史
日期 用户 动作 参数
2012-03-10 17:11:55serhiy.storchaka修改recipients: + serhiy.storchaka, loewis, georg.brandl, pitrou, giampaolo.rodola, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard, rosslagerwall
2012-03-10 17:11:55serhiy.storchaka修改messageid: <1331399515.55.0.507226520307.issue4761@psf.upfronthosting.co.za>
2012-03-10 17:11:54serhiy.storchaka链接issue4761 messages
2012-03-10 17:11:54serhiy.storchaka创建