blob: 0fd01fb62309317c2061a2475e28bc8a3959349c (
plain)
1
2
3
4
|
The topological sort functionality that was introduced initially in the
:mod:`functools` module has been moved to a new :mod:`graphlib` module to
better accommodate the new tools and keep the original scope of the
:mod:`functools` module. Patch by Pablo Galindo
|