Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1dcc84e

Browse files
committed
Fix-up the XXX for importlib.abc.
1 parent 4854d14 commit 1dcc84e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,12 @@ aspects that are visible to the programmer:
326326
* The :mod:`py_compile` and :mod:`compileall` modules have been updated to
327327
reflect the new naming convention and target directory.
328328

329-
* XXX The :mod:`importlib.abc` module has been updated with new ABCs that
330-
abstract out bytecode file details; some other ABCs in the module are now
331-
deprecated in favor for the new ABCs (instructions on how to stay
332-
backwards-compatible with Python 3.1 are included with the documentation).
329+
* The :mod:`importlib.abc` module has been updated with new :term:`abstract base
330+
classes <abstract base class>` for the loading bytecode files. The now
331+
obsolete ABCS, :class:`~importlib.abc.PyLoader` and
332+
:class:`~importlib.abc.PyPycLoader`, have been deprecated (instructions on how
333+
to stay backwards-compatible with Python 3.1 are included with the
334+
documentation).
333335

334336
.. seealso::
335337

0 commit comments

Comments
 (0)