[Python-checkins] r78553 - peps/trunk/pep-3147.txt
barry.warsaw
python-checkins at python.org
Mon Mar 1 14:30:07 CET 2010
Author: barry.warsaw
Date: Mon Mar 1 14:30:07 2010
New Revision: 78553
Log:
Typo repair found by Ezio Melotti.
Modified:
peps/trunk/pep-3147.txt
Modified: peps/trunk/pep-3147.txt
==============================================================================
--- peps/trunk/pep-3147.txt (original)
+++ peps/trunk/pep-3147.txt Mon Mar 1 14:30:07 2010
@@ -359,7 +359,7 @@
files, the `__cached__` attribute may point to whatever information
makes sense. E.g. on Jython, this might be the `.class` file for the
module: `__pycache__/foo.jython-32.class`. Some implementations may
-use multiple files compiled files to create the module, in which case
+use multiple compiled files to create the module, in which case
`__cached__` may be a tuple. The exact contents of `__cached__` are
Python implementation specific.
@@ -482,8 +482,8 @@
Open issues
===========
-bytecode-only packages
-----------------------
+Byte code only packages
+-----------------------
Some users of Python distribute packages containing only the byte code
files (pyc). The use cases for this are to make it more difficult for
More information about the Python-checkins
mailing list