mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#8709: mention Windows support for os.devnull.
This commit is contained in:
@@ -2410,8 +2410,8 @@ Higher-level operations on pathnames are defined in the :mod:`os.path` module.
|
||||
|
||||
.. data:: devnull
|
||||
|
||||
The file path of the null device. For example: ``'/dev/null'`` for POSIX.
|
||||
Also available via :mod:`os.path`.
|
||||
The file path of the null device. For example: ``'/dev/null'`` for
|
||||
POSIX, ``'nul'`` for Windows. Also available via :mod:`os.path`.
|
||||
|
||||
.. versionadded:: 2.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user