[Python-checkins] python/nondist/peps pep-0338.txt,1.1,1.2

goodger at users.sourceforge.net goodger at users.sourceforge.net
Sat Dec 11 21:31:12 CET 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18821

Modified Files:
	pep-0338.txt 
Log Message:
typo

Index: pep-0338.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0338.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep-0338.txt	11 Dec 2004 20:24:10 -0000	1.1
+++ pep-0338.txt	11 Dec 2004 20:31:10 -0000	1.2
@@ -55,7 +55,7 @@
   (see PEP 299 [1]_).
 
 - lifting the restriction of ``-m`` to modules of type PY_SOURCE or
-  PY_COMPILED (i.e. ``.py``, ``.pyc``, ``.pyo``,``.pyw``).
+  PY_COMPILED (i.e. ``.py``, ``.pyc``, ``.pyo``, ``.pyw``).
 
 - addressing the problem of ``-m`` not understanding zip imports or
   Python's sys.metapath.



More information about the Python-checkins mailing list