Commit Graph

2 Commits

Author SHA1 Message Date
Miss Skeleton (bot) 85d59644d9
[doc] Fix typo in the graphlib docs (GH-22661) (GH-22669)
Automerge-Triggered-By: @pablogsal
(cherry picked from commit abe244c458)

Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com>

Co-authored-by: linchiwei123 <40888469+linchiwei123@users.noreply.github.com>
2020-10-12 21:27:05 +01:00
Miss Islington (bot) 0a674638a3
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>
2020-05-31 17:01:37 -07:00