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 pablogsal, platon.work
Date 2020-08-31.21:18:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598908695.66.0.746583742448.issue41678@roundup.psfhosted.org>
In-reply-to
Content
What do you refer when you say "sorting a file"?

What does "key" act upon? Strings representing the lines in the file?

For allow_disk_use=False, what's the difference between opening the file, reading the lines, using sort() and writing the contents?
History
Date User Action Args
2020-08-31 21:18:15pablogsalsetrecipients: + pablogsal, platon.work
2020-08-31 21:18:15pablogsalsetmessageid: <1598908695.66.0.746583742448.issue41678@roundup.psfhosted.org>
2020-08-31 21:18:15pablogsallinkissue41678 messages
2020-08-31 21:18:15pablogsalcreate