[issue14626] os module: use keyword-only arguments for dir_fd and nofollow to reduce function count

Benjamin Peterson report at bugs.python.org
Fri Apr 20 02:40:33 CEST 2012


Benjamin Peterson <benjamin at python.org> added the comment:

I think it most (all?) of these cases, it's better to mirror the os level APIs, since many people already know them. Such fanciness is better left to high level wrappers (like path objects).

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14626>
_______________________________________


More information about the Python-bugs-list mailing list