]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17005: Add a class to perform topological sorting to the standard library (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 23 Jan 2020 15:29:52 +0000 (15:29 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 15:29:52 +0000 (15:29 +0000)
commit99e6c260d60655f3d2885af545cbc220b808d492
treefac1284f6a70bdc3f4b03aa7dafeb6761bab1cbc
parent79f89e6e5a659846d1068e8b1bd8e491ccdef861
bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583)

Co-Authored-By: Tim Peters <tim.peters@gmail.com>
Doc/library/functools.rst
Doc/myfile.bz2 [new file with mode: 0644]
Doc/whatsnew/3.9.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Core and Builtins/2020-01-17-00-00-58.bpo-17005.nTSxsy.rst [new file with mode: 0644]