[Python-checkins] peps: PEP 469 wording tweaks

nick.coghlan python-checkins at python.org
Sat Apr 19 04:25:59 CEST 2014


http://hg.python.org/peps/rev/c506ce4f1966
changeset:   5464:c506ce4f1966
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Apr 18 22:25:50 2014 -0400
summary:
  PEP 469 wording tweaks

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


diff --git a/pep-0469.txt b/pep-0469.txt
--- a/pep-0469.txt
+++ b/pep-0469.txt
@@ -77,7 +77,7 @@
 Python 3, and face no additional difficulties when migrating via the common
 subset of Python 2 and 3.
 
-By contrast, users that actually want the increased efficiency will have
+By contrast, users that actually want the increased efficiency may have
 faced a three phase migration process by the time they have fully migrated
 to Python 3:
 
@@ -85,8 +85,8 @@
   Python 2.2
 * migration to a separate function based API in order to run in the common
   subset of Python 2 and 3
-* eventual migration back to unprefixed method APIs when eventually dropping
-  Python 2.7 support
+* eventual migration back to unprefixed method APIs when finally dropping
+  Python 2.7 support at some point in the future
 
 The view based APIs that were added to Python 2.7 don't actually help with
 the transition process, as they don't exist in Python 3 and hence aren't

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


More information about the Python-checkins mailing list