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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30028>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to