Document that os.mknod() is not available on Windows

Reported by Regina Ochotzki on docs@p.o.
This commit is contained in:
Berker Peksag 2016-09-26 22:50:11 +03:00
parent 996e5f94d2
commit 6129e14b21

View file

@ -1719,6 +1719,8 @@ features:
This function can also support :ref:`paths relative to directory descriptors
<dir_fd>`.
Availability: Unix.
.. versionadded:: 3.3
The *dir_fd* argument.