Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616667f commit 83a682dCopy full SHA for 83a682d
1 file changed
Doc/whatsnew/3.2.rst
@@ -326,6 +326,11 @@ aspects that are visible to the programmer:
326
* The :mod:`py_compile` and :mod:`compileall` modules have been updated to
327
reflect the new naming convention and target directory.
328
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
+
334
.. seealso::
335
336
:pep:`3147` - PYC Repository Directories
0 commit comments