This commit is contained in:
David Goodger 2004-12-11 20:31:10 +00:00
parent 5514470bdf
commit edd8847113
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ about any of the following:
(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.