Commit 850a990e authored by Georg Brandl's avatar Georg Brandl

Merged revisions 81450 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81450 | georg.brandl | 2010-05-22 00:03:29 +0200 (Sa, 22 Mai 2010) | 1 line

  #8709: mention Windows support for os.devnull.
........
parent 25106ce6
...@@ -2194,8 +2194,8 @@ Higher-level operations on pathnames are defined in the :mod:`os.path` module. ...@@ -2194,8 +2194,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`.
.. _os-miscfunc: .. _os-miscfunc:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment