mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
#8709: mention Windows support for os.devnull.
This commit is contained in:
parent
93f6615a02
commit
fa0fdb89e9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue