[Python-checkins] r62576 - peps/trunk/pep-3108.txt
brett.cannon
python-checkins at python.org
Tue Apr 29 07:24:30 CEST 2008
Author: brett.cannon
Date: Tue Apr 29 07:24:29 2008
New Revision: 62576
Log:
A minor grammatical error and a clarification of transition, thanks to Terry
Reedy.
Modified:
peps/trunk/pep-3108.txt
Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt (original)
+++ peps/trunk/pep-3108.txt Tue Apr 29 07:24:29 2008
@@ -595,7 +595,7 @@
* popen2 [done: 3.0]
- + subprocess module replaces them [#pep-0324]_.
+ + subprocess module replaces it [#pep-0324]_.
* sched
@@ -904,7 +904,9 @@
statement and none of the rest of the code needs to be touched. This
will be accomplished by using the ``as`` keyword in import statements
to bind in the module namespace to the old name while importing based
-on the new name.
+on the new name (when the keyword is not already used, otherwise the
+re-assigned name should be left alone and only the module that is
+imported needs to be changed).
Open Issues
More information about the Python-checkins
mailing list