mirror of https://github.com/python/cpython
5 lines
262 B
ReStructuredText
5 lines
262 B
ReStructuredText
|
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
|