File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments