[Python-checkins] python/nondist/peps pep-0304.txt,1.8,1.9

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 29 Jan 2003 14:49:07 -0800


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

Modified Files:
	pep-0304.txt 
Log Message:
Expand abstract slightly.  Reference patch containing beginnings of
implementation.



Index: pep-0304.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0304.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0304.txt	29 Jan 2003 19:28:10 -0000	1.8
--- pep-0304.txt	29 Jan 2003 22:49:04 -0000	1.9
***************
*** 21,25 ****
  third-party packages to control whether or not bytecode files should
  be generated at installation time, and if so, where they should be
! written.
  
  
--- 21,27 ----
  third-party packages to control whether or not bytecode files should
  be generated at installation time, and if so, where they should be
! written.  It will also allow users to control whether or not bytecode
! files should be generated at application run-time, and if so, where
! they should be written.
  
  
***************
*** 274,277 ****
--- 276,284 ----
  
  
+ Implementation
+ ==============
+ 
+ See the patch on Sourceforge. [6]_
+ 
  References
  ==========
***************
*** 291,294 ****
--- 298,304 ----
  .. [5] PEP 302, New Import Hooks, van Rossum and Moore
     (http://www.python.org/dev/peps/pep-0302.html)
+ 
+ .. [6] patch 677103, PYTHONBYTECODEBASE patch (PEP 304), Montanaro
+    (http://www.python.org/sf/677103)