[issue17005] Add a topological sort algorithm

Ben Mares report at bugs.python.org
Sun May 31 12:01:29 EDT 2020


Ben Mares <services-python at tensorial.com> added the comment:

It's great to have this feature in the standard library, but it really seems to clutter the functools documentation. Everything else in functools applies directly to functions and methods. Suddenly reading graph theory terminology was disorienting for me. (Due to context, I expected "node" to mean some new type of Python function.) It makes the documentation significantly longer, and IMHO abstruse. Would it be sensible to move this to a separate module?

----------
nosy: +maresb

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue17005>
_______________________________________


More information about the Python-bugs-list mailing list