mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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.
(cherry picked from commit 2f172d8f15
)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
parent
a176b314e7
commit
0a674638a3
10 changed files with 714 additions and 717 deletions
|
@ -419,6 +419,7 @@
|
|||
<Compile Include="getpass.py" />
|
||||
<Compile Include="gettext.py" />
|
||||
<Compile Include="glob.py" />
|
||||
<Compile Include="graphlib.py" />
|
||||
<Compile Include="gzip.py" />
|
||||
<Compile Include="hashlib.py" />
|
||||
<Compile Include="heapq.py" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue