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

Fredrik Lundh python-dev@python.org
Sat, 15 Jul 2000 13:58:47 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6101/Lib

Modified Files:
	site.py 
Log Message:


-- fixed the comment, too

Index: site.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/site.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** site.py	2000/07/15 20:50:27	1.15
--- site.py	2000/07/15 20:58:44	1.16
***************
*** 121,127 ****
  
  #
! # Set the string encoding used by the Unicode implementation to the
! # encoding used by the default locale of this system. If the default
! # encoding cannot be determined or is unknown, it defaults to 'ascii'.
  
  encoding = "ascii" # default
--- 121,127 ----
  
  #
! # Set the string encoding used by the Unicode implementation.  The
! # default is 'ascii', but if you're willing to experiment, you can
! # change this.
  
  encoding = "ascii" # default