commit | fa0fdb89e98fbbec7da9891dde2647fb951888c8 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 21 22:03:29 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 21 22:03:29 2010 +0000 |
tree | 7f62c559011b9db4f4b7c4f6f54c13f3497ab23d | |
parent | 93f6615a02aae9cee0d0bff6ae1ad4e26abe151d [diff] |
#8709: mention Windows support for os.devnull.
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 @@ .. 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