New submission from Platon workaccount :
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)
--
messages: 376157
nosy: platon
Platon workaccount added the comment:
I mean Python's analog of sort [-k x.y] table.txt from GNU Coreutils.
>> What do you refer when you say "sorting a file"?
Sorting a file with multi-line plain text. Optionally, text consisting of
several columns separated by a specifi
Platon workaccount added the comment:
Why is shutil.make_archive suitable for a standard library but the file sorter
not?
--
___
Python tracker
<https://bugs.python.org/issue41