From: Berker Peksag Date: Mon, 26 Sep 2016 19:50:11 +0000 (+0300) Subject: Document that os.mknod() is not available on Windows X-Git-Tag: v3.6.0b2~118^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6129e14b216101521f5abcc20d1d8c60c1d95713;p=python Document that os.mknod() is not available on Windows Reported by Regina Ochotzki on docs@p.o. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index efe4c9d82d..310ce18c1a 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1719,6 +1719,8 @@ features: This function can also support :ref:`paths relative to directory descriptors `. + Availability: Unix. + .. versionadded:: 3.3 The *dir_fd* argument.