From fa0fdb89e98fbbec7da9891dde2647fb951888c8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 21 May 2010 22:03:29 +0000 Subject: #8709: mention Windows support for os.devnull. --- Doc/library/os.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 7eff160..64e04be 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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 -- cgit v0.12