[Python-checkins] r88076 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
python-checkins at python.org
Mon Jan 17 23:33:12 CET 2011
Author: raymond.hettinger
Date: Mon Jan 17 23:33:11 2011
New Revision: 88076
Log:
Wording nits.
Modified:
python/branches/py3k/Doc/whatsnew/3.2.rst
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst Mon Jan 17 23:33:11 2011
@@ -327,11 +327,10 @@
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::
More information about the Python-checkins
mailing list