[issue30028] make test.support.temp_cwd() fork-safe

INADA Naoki report at bugs.python.org
Mon Apr 10 04:59:00 EDT 2017


INADA Naoki added the comment:

> Oh. If os.getpid() is not always available, the documentation should be updated.

Yes, but CloudABI is not officially supported platform.
They have many patches to run Python on CloudABI. https://github.com/NuxiNL/cloudabi-ports/tree/master/packages/python

How can we document about it?  I hadn't used it.

os.getlogin document says `Availability: Unix, Windows.` [1]
Is it proper way to indicate "there may be some minor platforms which doesn't provide this."?
[1] https://docs.python.org/3.6/library/os.html#os.getlogin

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30028>
_______________________________________


More information about the Python-bugs-list mailing list