[Python-checkins] peps: Small fixes.

georg.brandl python-checkins at python.org
Fri Mar 30 09:27:08 CEST 2012


http://hg.python.org/peps/rev/cc171a07720a
changeset:   4172:cc171a07720a
user:        Georg Brandl <georg at python.org>
date:        Fri Mar 30 09:27:16 2012 +0200
summary:
  Small fixes.

files:
  pep-0411.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0411.txt b/pep-0411.txt
--- a/pep-0411.txt
+++ b/pep-0411.txt
@@ -63,11 +63,11 @@
 "provisional package", defined as:
 
     A provisional package is one which has been deliberately excluded from the
-    standard library's normal backwards compatibility guarantees.  While major
+    standard library's backwards compatibility guarantees.  While major
     changes to such packages are not expected, as long as they are marked
     provisional, backwards incompatible changes (up to and including removal of
     the package) may occur if deemed necessary by core developers.  Such changes
-    will not be made gratuitously - they will occur only if serious flaws are
+    will not be made gratuitously -- they will occur only if serious flaws are
     uncovered that were missed prior to the inclusion of the package.
 
     This process allows the standard library to continue to evolve over time,

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


More information about the Python-checkins mailing list