mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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.
This commit is contained in:
parent
491a3d3a75
commit
2f172d8f15
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