[Python-checkins] CVS: python/dist/src/Lib os.py,1.44,1.45

Ka-Ping Yee ping@users.sourceforge.net
Fri, 02 Mar 2001 15:31:46 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv23495

Modified Files:
	os.py 
Log Message:
Use r""" instead of """ for the docstring so that backslashes are preserved.


Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** os.py	2001/03/02 07:04:51	1.44
--- os.py	2001/03/02 23:31:43	1.45
***************
*** 1,3 ****
! """OS routines for Mac, DOS, NT, or Posix depending on what system we're on.
  
  This exports:
--- 1,3 ----
! r"""OS routines for Mac, DOS, NT, or Posix depending on what system we're on.
  
  This exports: