[Python-checkins] peps: Improvement suggested by Nick.

eric.smith python-checkins at python.org
Wed May 23 02:54:06 CEST 2012


http://hg.python.org/peps/rev/9ba1568e8935
changeset:   4416:9ba1568e8935
user:        Eric V. Smith <eric at trueblade.com>
date:        Tue May 22 20:54:00 2012 -0400
summary:
  Improvement suggested by Nick.

files:
  pep-0420.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -120,10 +120,10 @@
      initialize the standard io streams.
 
   3. An application modifies ``sys.path`` after startup and wants to
-     contribute additional encodings.
+     contribute additional encodings from new path entries.
 
-  4. An attempt is made to import an ``encodings`` portion that is
-     found on a path added in step 3.
+  4. An attempt is made to import an encoding from an ``encodings``
+     portion that is found on a path entry added in step 3.
 
 If the import system was restricted to only finding portions along the
 value of ``sys.path`` that existed at the time the ``encodings``

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list