[Python-checkins] python/nondist/peps pep-0304.txt,1.2,1.3

goodger@users.sourceforge.net goodger@users.sourceforge.net
Thu, 23 Jan 2003 10:51:13 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv7243

Modified Files:
	pep-0304.txt 
Log Message:
spelling

Index: pep-0304.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0304.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0304.txt	23 Jan 2003 18:45:09 -0000	1.2
--- pep-0304.txt	23 Jan 2003 18:51:09 -0000	1.3
***************
*** 47,51 ****
  
  After startup, all runtime references are to sys.pythonbytecodebase,
! not the PYTHONBYTECODEBASE enbironment variable.  sys.path is not
  modified.
  
--- 47,51 ----
  
  After startup, all runtime references are to sys.pythonbytecodebase,
! not the PYTHONBYTECODEBASE environment variable.  sys.path is not
  modified.
  
***************
*** 148,152 ****
  may occur, resulting in file corruption. [4]_
  
! In environments with ramdisks available, it may be desirable for
  performance reasons to write bytecode files to a directory on such a
  disk.  Similarly, in environments where Python source code resides on
--- 148,152 ----
  may occur, resulting in file corruption. [4]_
  
! In environments with RAM disks available, it may be desirable for
  performance reasons to write bytecode files to a directory on such a
  disk.  Similarly, in environments where Python source code resides on
***************
*** 248,252 ****
    directories will be created as needed.
  
! - At startuyp PYTHONBYTECODEBASE is set to ``TEMP`` and the current
    working directory at application startup is ``H:\NET``.  The
    potential bytecode base is thus ``H:\NET\TEMP``.  If this directory
--- 248,252 ----
    directories will be created as needed.
  
! - At startup PYTHONBYTECODEBASE is set to ``TEMP`` and the current
    working directory at application startup is ``H:\NET``.  The
    potential bytecode base is thus ``H:\NET\TEMP``.  If this directory