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, vstinner, wim.glenn
Date 2020-04-02.21:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585864432.02.0.481127760398.issue17005@roundup.psfhosted.org>
In-reply-to
Content
> We may need two versions then, a full-featured TopologicalSorter() class and a simple tsort() function that doesn't aspire to be all things to all people.

How this other version would differ from using .add() + .static_order() as Tim mentions? Originally we designed static_order() so it will satisfy the simpler use cases so I would suggest aspiring to simplify that interface if needed instead of adding an extra function.
History
Date User Action Args
2020-04-02 21:53:52pablogsalsetrecipients: + pablogsal, tim.peters, rhettinger, terry.reedy, belopolsky, orsenthil, vstinner, eric.smith, christian.heimes, lukasz.langa, tshepang, gdr@garethrees.org, martin.panter, wim.glenn, Zahari.Dim, remi.lapeyre, gaborjbernat
2020-04-02 21:53:52pablogsalsetmessageid: <1585864432.02.0.481127760398.issue17005@roundup.psfhosted.org>
2020-04-02 21:53:52pablogsallinkissue17005 messages
2020-04-02 21:53:51pablogsalcreate