]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17005: Move topological sort functionality to its own module (GH-20558)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 31 May 2020 23:41:14 +0000 (00:41 +0100)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 23:41:14 +0000 (00:41 +0100)
commit2f172d8f1525defe9bba4d49e967fdfc69151731
tree9c4e81ae491e7ed6f12a2579859da1315a0a756c
parent491a3d3a75b656c8317d8ce343aea767978b946c
bpo-17005: Move topological sort functionality to its own module (GH-20558)

The topological sort functionality that was introduced initially in the
functools module has been moved to a new graphlib module to
better accommodate the new tools and keep the original scope of the
functools module.
Doc/library/datatypes.rst
Doc/library/functools.rst
Doc/library/graphlib.rst [new file with mode: 0644]
Doc/whatsnew/3.9.rst
Lib/functools.py
Lib/graphlib.py [new file with mode: 0644]
Lib/test/test_functools.py
Lib/test/test_graphlib.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2020-05-31-23-32-36.bpo-17005.JlRUGB.rst [new file with mode: 0644]
PCbuild/lib.pyproj