[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


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}




More information about the Python-checkins mailing list