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 belopolsky
Recipients belopolsky, christian.heimes, eric.smith, rhettinger, terry.reedy, tshepang
Date 2013-05-31.22:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370038421.57.0.914867643443.issue17005@psf.upfronthosting.co.za>
In-reply-to
Content
+1

I had "tsort" in my own utilities library for so long that I thought it was in stdlib already.  I found this issue after unsuccessfully searching docs.python.org. :-)

I think functools will be a fine place for it.  It is somewhat related to total ordering and solves the problem which is common when implementing functional mini-languages.

Another possibility is shutil given that tsort is a standard POSIX command, <http://pubs.opengroup.org/onlinepubs/009695299/utilities/tsort.html>, but I think this will be too obscure.
History
Date User Action Args
2013-05-31 22:13:41belopolskysetrecipients: + belopolsky, rhettinger, terry.reedy, eric.smith, christian.heimes, tshepang
2013-05-31 22:13:41belopolskysetmessageid: <1370038421.57.0.914867643443.issue17005@psf.upfronthosting.co.za>
2013-05-31 22:13:41belopolskylinkissue17005 messages
2013-05-31 22:13:41belopolskycreate