summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-05-31-23-32-36.bpo-17005.JlRUGB.rst
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