diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-01-16 21:02:09 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-01-16 21:02:09 (GMT) |
commit | 83a682da305acc8a285dc21d7f826ad2a8ad322b (patch) | |
tree | 869569769d79e2d6283f3de3fd05cd7ca2a31f8b | |
parent | 616667fbe8eb53c3d0e4701d83987c0594e0da3c (diff) | |
download | cpython-83a682da305acc8a285dc21d7f826ad2a8ad322b.zip cpython-83a682da305acc8a285dc21d7f826ad2a8ad322b.tar.gz cpython-83a682da305acc8a285dc21d7f826ad2a8ad322b.tar.bz2 |
Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated) ABCs thanks to the new .pyc situation.
-rw-r--r-- | Doc/whatsnew/3.2.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 9643dbf..e342b87 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -326,6 +326,11 @@ aspects that are visible to the programmer: * The :mod:`py_compile` and :mod:`compileall` modules have been updated to reflect the new naming convention and target directory. +* XXX The :mod:`importlib.abc` module has been updated with new ABCs that + abstract out bytecode file details; some other ABCs in the module are now + deprecated in favor for the new ABCs (instructions on how to stay + backwards-compatible with Python 3.1 are included with the documentation). + .. seealso:: :pep:`3147` - PYC Repository Directories |