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

Skip to content

Commit 83a682d

Browse files
committed
Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation.
1 parent 616667f commit 83a682d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@ 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).
333+
329334
.. seealso::
330335

331336
:pep:`3147` - PYC Repository Directories

0 commit comments

Comments
 (0)