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 terry.reedy
Recipients docs@python, gsingh, terry.reedy
Date 2013-03-17.23:51:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363564291.39.0.0746719704906.issue17416@psf.upfronthosting.co.za>
In-reply-to
Content
I considered your point, re-read the walk entry, and still wish to leave it as it is. First, we are not in the business of providing synonyms for everything. Second, The abbreviations BFS and DFS did not immediately register with me, even though I am quite familiar with the concepts. I expect that many would find them more confusing rather than less. So they would need to be spelled out. There is also the issue of whether the defined topdown behavior is 'exactly' what any particular person would consider 'breadth-first search'. For one thing, walk does not exactly visit leaf-nodes -- it provides a list of them so that the caller can 'visit' them.

Unselecting 'Resolution' amounts to partially reopening an issue. Please don't do that.
History
Date User Action Args
2013-03-17 23:51:31terry.reedysetrecipients: + terry.reedy, docs@python, gsingh
2013-03-17 23:51:31terry.reedysetmessageid: <1363564291.39.0.0746719704906.issue17416@psf.upfronthosting.co.za>
2013-03-17 23:51:31terry.reedylinkissue17416 messages
2013-03-17 23:51:30terry.reedycreate