New submission from Gurmeet Singh:

Source page: http://docs.python.org/3/library/os.html
Entry: os.walk(...)

Ambiguity Source: Name of the argument TopDown and / or its description.

The TopDown name is misleading to me. I would suggest BFS or DFS instead. 
TopDown false would imply to me that the traversal would run bottom up "from" 
the directory mentioned in the argument list (even though the name of that 
argument is top, it is confusing indicating a possibility of another naming 
mistake instead!)

----------
messages: 2715
nosy: gsingh
priority: bug
status: unread
title: Documentation Ambiguity 2
topic: Documentation

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue513>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to