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 platon.work
Recipients platon.work
Date 2020-08-31.16:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598889682.73.0.396107473033.issue41678@roundup.psfhosted.org>
In-reply-to
Content
Feature request: a convenient sorter of whole files with the possibility of disk usage. Here's the syntax in my mind:

shutil.sort(src, dst, headers=0, key=None, reverse=False, allow_disk_use=False)
History
Date User Action Args
2020-08-31 16:01:22platon.worksetrecipients: + platon.work
2020-08-31 16:01:22platon.worksetmessageid: <1598889682.73.0.396107473033.issue41678@roundup.psfhosted.org>
2020-08-31 16:01:22platon.worklinkissue41678 messages
2020-08-31 16:01:22platon.workcreate