mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Wording nits.
This commit is contained in:
parent
1dcc84e43b
commit
66352d2793
1 changed files with 3 additions and 4 deletions
|
@ -327,11 +327,10 @@ aspects that are visible to the programmer:
|
||||||
reflect the new naming convention and target directory.
|
reflect the new naming convention and target directory.
|
||||||
|
|
||||||
* The :mod:`importlib.abc` module has been updated with new :term:`abstract base
|
* The :mod:`importlib.abc` module has been updated with new :term:`abstract base
|
||||||
classes <abstract base class>` for the loading bytecode files. The now
|
classes <abstract base class>` for the loading bytecode files. The obsolete
|
||||||
obsolete ABCS, :class:`~importlib.abc.PyLoader` and
|
ABCs, :class:`~importlib.abc.PyLoader` and
|
||||||
:class:`~importlib.abc.PyPycLoader`, have been deprecated (instructions on how
|
:class:`~importlib.abc.PyPycLoader`, have been deprecated (instructions on how
|
||||||
to stay backwards-compatible with Python 3.1 are included with the
|
to stay Python 3.1 compatible are included with the documentation).
|
||||||
documentation).
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue