]> granicus.if.org Git - python/commitdiff
Placeholder sentence pointing out that imoprtlib has updated (as well as deprecated...
authorBrett Cannon <bcannon@gmail.com>
Sun, 16 Jan 2011 21:02:09 +0000 (21:02 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 16 Jan 2011 21:02:09 +0000 (21:02 +0000)
Doc/whatsnew/3.2.rst

index 9643dbf186b03f5df35a6210669e42bf66464c69..e342b87786cb028f1ec0e9f4b06fd0f7ab9cc0d1 100644 (file)
@@ -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