Kaydet (Commit) fa0fdb89 authored tarafından Georg Brandl's avatar Georg Brandl

#8709: mention Windows support for os.devnull.

üst 93f6615a
...@@ -2410,8 +2410,8 @@ Higher-level operations on pathnames are defined in the :mod:`os.path` module. ...@@ -2410,8 +2410,8 @@ Higher-level operations on pathnames are defined in the :mod:`os.path` module.
.. data:: devnull .. data:: devnull
The file path of the null device. For example: ``'/dev/null'`` for POSIX. The file path of the null device. For example: ``'/dev/null'`` for
Also available via :mod:`os.path`. POSIX, ``'nul'`` for Windows. Also available via :mod:`os.path`.
.. versionadded:: 2.4 .. versionadded:: 2.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment