[Patches] [ python-Patches-1429605 ] PEP 338 documentation
SourceForge.net
noreply at sourceforge.net
Fri Mar 24 14:37:34 CET 2006
Patches item #1429605, was opened at 2006-02-11 19:18
Message generated for change (Comment added) made by ncoghlan
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1429605&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: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Nick Coghlan (ncoghlan)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: PEP 338 documentation
Initial Comment:
The attached Latex file (librunpy.tex) contains the
documentation for PEP 338's proposed runpy module.
I haven't included a patch for lib.tex or
Makefile.deps, since those changes are fairly trivial
and I'm not too particular about where the module gets
slotted into the Library reference.
----------------------------------------------------------------------
>Comment By: Nick Coghlan (ncoghlan)
Date: 2006-03-24 23:37
Message:
Logged In: YES
user_id=1038590
Incorporated George's suggestions, and placed immediately
after modulefinder in the Table of Contents.
Checked in as rev 43294.
----------------------------------------------------------------------
Comment By: George Yoshida (quiver)
Date: 2006-03-19 14:20
Message:
Logged In: YES
user_id=671362
amk has committed his PEP328 to whatsnew, so that should be
helpful.
Following his style:
- use \programopt for "-m" option
- use \pep{} for PEP links
- add seealso section
And as for your document,
- s/initialised/initialized
> where to include it in the Library Reference table of
contents.
I'd like to give my vote to:
- imp
- zipimport
- *runpy*
- pkgutil
- modulefinder
-- george
----------------------------------------------------------------------
Comment By: Nick Coghlan (ncoghlan)
Date: 2006-03-18 00:02
Message:
Logged In: YES
user_id=1038590
Kicking in Fred's direction to check my formatting isn't too
horrible and to decide where to include it in the Library
Reference table of contents.
----------------------------------------------------------------------
Comment By: Nick Coghlan (ncoghlan)
Date: 2006-02-19 01:07
Message:
Logged In: YES
user_id=1038590
Updated to match Feb 18 version of PEP.
----------------------------------------------------------------------
Comment By: Nick Coghlan (ncoghlan)
Date: 2006-02-18 01:20
Message:
Logged In: YES
user_id=1038590
PEP 338 has been updated as of 18-Feb-2006. Those changes
are still to be incorporated into this documentation.
----------------------------------------------------------------------
Comment By: Nick Coghlan (ncoghlan)
Date: 2006-02-12 00:44
Message:
Logged In: YES
user_id=1038590
Updated to avoid trying to hide exec's quirks
----------------------------------------------------------------------
Comment By: Nick Coghlan (ncoghlan)
Date: 2006-02-11 21:03
Message:
Logged In: YES
user_id=1038590
Minor tweak to run_function_code to clarify the problem with
resolving names when the locals and globals dictionaries are
different.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1429605&group_id=5470
More information about the Patches
mailing list