[issue17005] Add a topological sort algorithm

2020-05-31 Thread Ben Mares
Ben Mares added the comment: dependencytools? But I don't think it qualifies yet for the plural... -- ___ Python tracker <https://bugs.python.org/issue17

[issue17005] Add a topological sort algorithm

2020-05-31 Thread Ben Mares
Ben Mares 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