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 ned.deily
Recipients Gustavo Goretkin, ned.deily, ronaldoussoren, vstinner
Date 2016-02-12.05:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455253314.62.0.448176050206.issue26343@psf.upfronthosting.co.za>
In-reply-to
Content
This is only one example of many cases of calls and options that are exposed by the os module but are not available on specific platforms or platform releases.  It would be a huge documentation effort to try to identify and keep them all up-to-date.  The fourth bullet at the beginning of the "os" module doc page is intended to cover this:

"An “Availability: Unix” note means that this function is commonly found on Unix systems. It does not make any claims about its existence on a specific operating system."

https://docs.python.org/3/library/os.html#module-os
History
Date User Action Args
2016-02-12 05:01:54ned.deilysetrecipients: + ned.deily, ronaldoussoren, vstinner, Gustavo Goretkin
2016-02-12 05:01:54ned.deilysetmessageid: <1455253314.62.0.448176050206.issue26343@psf.upfronthosting.co.za>
2016-02-12 05:01:54ned.deilylinkissue26343 messages
2016-02-12 05:01:54ned.deilycreate