Eric V. Smith <e...@trueblade.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46003>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to