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

SourceForge.net noreply at sourceforge.net
Sun Feb 12 03:12:36 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 12:12

Message:
Logged In: YES 
user_id=1038590

Version 5. Removed an import that is now redundant, added a
comment header with author information.

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

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

Message:
Logged In: YES 
user_id=1038590

Version 4 of implementation. Fixes problem with not handling
nested packages and raises ImportError in run_module when no
loader is found.

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

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

Message:
Logged In: YES 
user_id=1038590

Added basic test suite. Could use beefing up in the area of
actually checking that running modules inside packages works
correctly (I'm currently checking that bit manually).

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

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