Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 850a990

Browse files
committed
Merged revisions 81450 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 25106ce commit 850a990

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/os.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,8 +2194,8 @@ Higher-level operations on pathnames are defined in the :mod:`os.path` module.
21942194

21952195
.. data:: devnull
21962196

2197-
The file path of the null device. For example: ``'/dev/null'`` for POSIX.
2198-
Also available via :mod:`os.path`.
2197+
The file path of the null device. For example: ``'/dev/null'`` for
2198+
POSIX, ``'nul'`` for Windows. Also available via :mod:`os.path`.
21992199

22002200

22012201
.. _os-miscfunc:

0 commit comments

Comments
 (0)