[Patches] [ python-Patches-1429601 ] PEP 338 implementation

SourceForge.net noreply at sourceforge.net
Sat Feb 11 16:29:51 CET 2006


Patches item #1429601, was opened at 2006-02-11 19:04
Message generated for change (Comment added) made by ncoghlan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1429601&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Coghlan (ncoghlan)
Assigned to: Nobody/Anonymous (nobody)
Summary: PEP 338 implementation

Initial Comment:
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).

----------------------------------------------------------------------

>Comment By: Nick Coghlan (ncoghlan)
Date: 2006-02-12 01:29

Message:
Logged In: YES 
user_id=1038590

Version 3 of implementation. Fixed emulator to generate an
ImportError for non-packages (instead of an AttributeError
in some cases).

Removed extraneous print statements from emulator.

----------------------------------------------------------------------

Comment By: Nick Coghlan (ncoghlan)
Date: 2006-02-12 00:28

Message:
Logged In: YES 
user_id=1038590

Updated to avoid trying to hide exec's quirks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1429601&group_id=5470


More information about the Patches mailing list