]> granicus.if.org Git - python/commitdiff
Wording nits.
authorRaymond Hettinger <python@rcn.com>
Mon, 17 Jan 2011 22:33:11 +0000 (22:33 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 17 Jan 2011 22:33:11 +0000 (22:33 +0000)
Doc/whatsnew/3.2.rst

index c351fa5887fd67d5bd26c0a7983961c25818b677..7ec33db35e9da643da4a3c2862e20391ee5812b2 100644 (file)
@@ -327,11 +327,10 @@ aspects that are visible to the programmer:
   reflect the new naming convention and target directory.
 
 * The :mod:`importlib.abc` module has been updated with new :term:`abstract base
-  classes <abstract base class>` for the loading bytecode files.  The now
-  obsolete ABCS, :class:`~importlib.abc.PyLoader` and
+  classes <abstract base class>` for the loading bytecode files.  The obsolete
+  ABCs, :class:`~importlib.abc.PyLoader` and
   :class:`~importlib.abc.PyPycLoader`, have been deprecated (instructions on how
-  to stay backwards-compatible with Python 3.1 are included with the
-  documentation).
+  to stay Python 3.1 compatible are included with the documentation).
 
 .. seealso::