Skip to content

[3.9] bpo-17005: Move topological sort functionality to its own module (GH-20558)#20561

Merged
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-2f172d8-3.9
Jun 1, 2020
Merged

[3.9] bpo-17005: Move topological sort functionality to its own module (GH-20558)#20561
miss-islington merged 1 commit intopython:3.9from
miss-islington:backport-2f172d8-3.9

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 31, 2020

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

https://bugs.python.org/issue17005

…honGH-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>
@miss-islington
Copy link
Contributor Author

@pablogsal: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 0a67463 into python:3.9 Jun 1, 2020
@miss-islington miss-islington deleted the backport-2f172d8-3.9 branch June 1, 2020 00:01
@miss-islington
Copy link
Contributor Author

@pablogsal: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@pablogsal: Status check is done, and it's a success ✅ .

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.

4 participants