[Python-checkins] CVS: python/dist/src/Lib site.py,1.38,1.39

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 17 Dec 2001 08:07:08 -0800


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

Modified Files:
	site.py 
Log Message:
Don't use Latex \code{...} in docstrings.


Index: site.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/site.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** site.py	2001/12/17 15:40:24	1.38
--- site.py	2001/12/17 16:07:06	1.39
***************
*** 24,28 ****
  non-directories) are never added to sys.path; no directory is added to
  sys.path more than once.  Blank lines and lines beginning with
! \code{#} are skipped. Lines starting with \code{import} are executed.
  
  For example, suppose sys.prefix and sys.exec_prefix are set to
--- 24,28 ----
  non-directories) are never added to sys.path; no directory is added to
  sys.path more than once.  Blank lines and lines beginning with
! '#' are skipped. Lines starting with 'import' are executed.
  
  For example, suppose sys.prefix and sys.exec_prefix are set to