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 eric.smith, eryksun, hancos
Date 2021-12-07.21:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638913902.9.0.700381526584.issue46003@roundup.psfhosted.org>
In-reply-to
Content
As they say, there's no such thing as "portable software", only "software that has been ported". Especially in an area like file I/O: once you move beyond simple "one process opens, writes, and closes; and another process then opens, reads, and closes", there are a lot of platform-specific issues. Python does not try to abstract away all possible file I/O issues.
History
Date User Action Args
2021-12-07 21:51:42eric.smithsetrecipients: + eric.smith, eryksun, hancos
2021-12-07 21:51:42eric.smithsetmessageid: <1638913902.9.0.700381526584.issue46003@roundup.psfhosted.org>
2021-12-07 21:51:42eric.smithlinkissue46003 messages
2021-12-07 21:51:42eric.smithcreate