
May 23, 2009
2:09 a.m.
On Fri, May 22, 2009 at 8:01 PM, Tarek Ziadé <ziade.tarek@gmail.com> wrote:
On Sat, May 23, 2009 at 1:46 AM, Georg Brandl <g.brandl@gmx.net> wrote:
os.listdir(os.curdir) <-> os.listdir()
This seems to be a nice case of EIBTI to me.
I would rather call that a default behavior, otherwise every function with arguments that have default values would be nice cases of EIBTI.
Agreed, nobody writes "dir ." or "ls .", the implicit argument is obvious. George