This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients
Date 2006-02-11.09:04:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This PEP implementation contains three parts - a
separate Python module (runpy.py) that implements the
PEP 338 functionality, a corresponding test module
(test_runpy.py) and a patch against current subversion
to integrate the module with the -m command line switch.

The documentation for the new module will be submitted
as a separate patch (since the review cycle is a bit
different).
History
Date User Action Args
2007-08-23 15:45:40adminlinkissue1429601 messages
2007-08-23 15:45:40admincreate