[Python-checkins] r77868 - peps/trunk/pep-3147.txt

barry.warsaw python-checkins at python.org
Sun Jan 31 01:37:48 CET 2010


Author: barry.warsaw
Date: Sun Jan 31 01:37:48 2010
New Revision: 77868

Log:
Fix reference to placeholder PEP number.


Modified:
   peps/trunk/pep-3147.txt

Modified: peps/trunk/pep-3147.txt
==============================================================================
--- peps/trunk/pep-3147.txt	(original)
+++ peps/trunk/pep-3147.txt	Sun Jan 31 01:37:48 2010
@@ -197,7 +197,7 @@
 possible to find the `my.dat` file relative to the source directory
 from there.
 
-On the other hand, PEP 999 keeps all byte code artifacts co-located
+On the other hand, this PEP keeps all byte code artifacts co-located
 with the source file.  Some adjustment will have to be made for the
 fact that the `pyc` file lives in a subdirectory.  For example, in
 current Python, when you import a module, its `__file__` attribute


More information about the Python-checkins mailing list