summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-17 22:33:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-17 22:33:11 (GMT)
commit66352d2793b5ece79163cef423e2add3db32ae3a (patch)
tree580bd1d2e438170e92bba90c6b211b3717c62264 /Doc/whatsnew
parent1dcc84e43b244b913cf754eaeea76646560b3604 (diff)
downloadcpython-66352d2793b5ece79163cef423e2add3db32ae3a.zip
cpython-66352d2793b5ece79163cef423e2add3db32ae3a.tar.gz
cpython-66352d2793b5ece79163cef423e2add3db32ae3a.tar.bz2
Wording nits.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index c351fa5..7ec33db 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -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::