[Python-checkins] python/dist/src/Doc/lib libos.tex,1.136,1.137
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Tue Jun 8 04:29:34 EDT 2004
- Previous message: [Python-checkins] python/dist/src README, 1.181, 1.182 configure,
1.445, 1.446 configure.in, 1.456, 1.457 pyconfig.h.in, 1.96, 1.97
- Next message: [Python-checkins] python/dist/src/Lib/test test_os.py,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32478/Doc/lib
Modified Files:
libos.tex
Log Message:
Feature request #935915: Add os.path.devnull.
Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** libos.tex 5 Jun 2004 19:25:30 -0000 1.136
--- libos.tex 8 Jun 2004 08:29:32 -0000 1.137
***************
*** 1809,1810 ****
--- 1809,1818 ----
for example, \code{'\e r\e n'} for Windows.
\end{datadesc}
+
+ \begin{datadesc}{devnull}
+ The file path of the null device.
+ For example: \code{'/dev/null'} for \POSIX{} or \code{'Dev:Nul'} for the
+ Macintosh.
+ Also available via \module{os.path}.
+ \versionadded{2.4}
+ \end{datadesc}
- Previous message: [Python-checkins] python/dist/src README, 1.181, 1.182 configure,
1.445, 1.446 configure.in, 1.456, 1.457 pyconfig.h.in, 1.96, 1.97
- Next message: [Python-checkins] python/dist/src/Lib/test test_os.py,1.23,1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list