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

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Mon, 27 Jan 2003 14:33:43 -0800


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

Modified Files:
	pep-0304.txt 
Log Message:
add a note about my ignorance of import hooks and how they relate to this
pep.

add posting date, as it's about to be announced to the unwashed masses...



Index: pep-0304.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0304.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0304.txt	23 Jan 2003 18:51:09 -0000	1.3
--- pep-0304.txt	27 Jan 2003 22:33:41 -0000	1.4
***************
*** 8,12 ****
  Content-Type: text/x-rst
  Created: 22-Jan-2003
! Post-History: 
  
  
--- 8,12 ----
  Content-Type: text/x-rst
  Created: 22-Jan-2003
! Post-History: 27-Jan-2003
  
  
***************
*** 189,192 ****
--- 189,196 ----
    the current user or root.  (Does this matter on Windows?)
  
+ - The interaction of this PEP with import hooks has not been
+   considered yet.  In fact, the best way to implement this idea might
+   be as an import hook.  See PEP 302. [5]_
+ 
  
  Examples
***************
*** 275,278 ****
--- 279,285 ----
  .. [4] python-dev thread, Parallel pyc construction, Dubois
     (http://mail.python.org/pipermail/python-dev/2003-January/032060.html)
+ 
+ .. [5] PEP 302, New Import Hooks, van Rossum and Moore
+    (http://www.python.org/dev/peps/pep-0302.html)