From: Raymond Hettinger Date: Mon, 17 Jan 2011 22:33:11 +0000 (+0000) Subject: Wording nits. X-Git-Tag: v3.2rc2~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66352d2793b5ece79163cef423e2add3db32ae3a;p=thirdparty%2FPython%2Fcpython.git Wording nits. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index c351fa5887fd..7ec33db35e9d 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 ` for the loading bytecode files. The now - obsolete ABCS, :class:`~importlib.abc.PyLoader` and + classes ` 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::