[Python-checkins] r81450 - python/trunk/Doc/library/os.rst

georg.brandl python-checkins at python.org
Sat May 22 00:03:29 CEST 2010


Author: georg.brandl
Date: Sat May 22 00:03:29 2010
New Revision: 81450

Log:
#8709: mention Windows support for os.devnull.

Modified:
   python/trunk/Doc/library/os.rst

Modified: python/trunk/Doc/library/os.rst
==============================================================================
--- python/trunk/Doc/library/os.rst	(original)
+++ python/trunk/Doc/library/os.rst	Sat May 22 00:03:29 2010
@@ -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
 


More information about the Python-checkins mailing list