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 eric.smith
Recipients Jim Fasarakis-Hilliard, Zahari.Dim, belopolsky, christian.heimes, eric.smith, gaborjbernat, [email protected], lukasz.langa, maresb, martin.panter, orsenthil, pablogsal, remi.lapeyre, rhettinger, terry.reedy, tim.peters, tshepang, vstinner, wim.glenn
Date 2020-05-31.22:17:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'd prefer a new module just for this. As for names, I like toposort over topsort.

I already have a library on PyPI named toposort. Personally, I don't have a problem with the stdlib taking over that name, and I'd just deprecate mine at 3.9, or whatever. I'm not sure if there are any ramifications of doing that, however.

Or, pick another unused name, like toposortlib or something.
History
Date User Action Args
2020-05-31 22:17:34eric.smithsetrecipients: + eric.smith, tim.peters, rhettinger, terry.reedy, belopolsky, orsenthil, vstinner, christian.heimes, lukasz.langa, tshepang, [email protected], martin.panter, wim.glenn, Zahari.Dim, Jim Fasarakis-Hilliard, pablogsal, remi.lapeyre, gaborjbernat, maresb
2020-05-31 22:17:34eric.smithsetmessageid: <[email protected]>
2020-05-31 22:17:34eric.smithlinkissue17005 messages
2020-05-31 22:17:34eric.smithcreate