Skip to content

bpo-17005: Move topological sort functionality to its own module#20558

Merged
pablogsal merged 4 commits intopython:masterfrom
pablogsal:bpo-17005
May 31, 2020
Merged

bpo-17005: Move topological sort functionality to its own module#20558
pablogsal merged 4 commits intopython:masterfrom
pablogsal:bpo-17005

Conversation

@pablogsal
Copy link
Member

@pablogsal pablogsal commented May 31, 2020

Copy link
Contributor

@rhettinger rhettinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that was fast :-)

@pablogsal pablogsal merged commit 2f172d8 into python:master May 31, 2020
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-20561 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit that referenced this pull request Jun 1, 2020
…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 2f172d8)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants