This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients Zahari.Dim, belopolsky, christian.heimes, eric.smith, gaborjbernat, gdr@garethrees.org, lukasz.langa, martin.panter, orsenthil, pablogsal, remi.lapeyre, rhettinger, terry.reedy, tim.peters, tshepang
Date 2020-01-23.15:30:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579793403.17.0.195882909144.issue17005@roundup.psfhosted.org>
In-reply-to
Content
New changeset 99e6c260d60655f3d2885af545cbc220b808d492 by Pablo Galindo in branch 'master':
bpo-17005: Add a class to perform topological sorting to the standard library (GH-11583)
https://github.com/python/cpython/commit/99e6c260d60655f3d2885af545cbc220b808d492
History
Date User Action Args
2020-01-23 15:30:03pablogsalsetrecipients: + pablogsal, tim.peters, rhettinger, terry.reedy, belopolsky, orsenthil, eric.smith, christian.heimes, lukasz.langa, tshepang, gdr@garethrees.org, martin.panter, Zahari.Dim, remi.lapeyre, gaborjbernat
2020-01-23 15:30:03pablogsalsetmessageid: <1579793403.17.0.195882909144.issue17005@roundup.psfhosted.org>
2020-01-23 15:30:03pablogsallinkissue17005 messages
2020-01-23 15:30:02pablogsalcreate