[Python-checkins] python/dist/src/Doc/lib libdircache.tex,1.4,1.5

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Dec 31 02:41:54 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv31517/lib

Modified Files:
	libdircache.tex 
Log Message:
use conventional whitespace in interactive example

Index: libdircache.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdircache.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libdircache.tex	1 Dec 2000 15:25:23 -0000	1.4
--- libdircache.tex	31 Dec 2003 07:41:52 -0000	1.5
***************
*** 33,38 ****
  \begin{verbatim}
  >>> import dircache
! >>> a=dircache.listdir('/')
! >>> a=a[:] # Copy the return value so we can change 'a'
  >>> a
  ['bin', 'boot', 'cdrom', 'dev', 'etc', 'floppy', 'home', 'initrd', 'lib', 'lost+
--- 33,38 ----
  \begin{verbatim}
  >>> import dircache
! >>> a = dircache.listdir('/')
! >>> a = a[:] # Copy the return value so we can change 'a'
  >>> a
  ['bin', 'boot', 'cdrom', 'dev', 'etc', 'floppy', 'home', 'initrd', 'lib', 'lost+





More information about the Python-checkins mailing list