]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Apr 2006 12:10:43 +0000 (12:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Apr 2006 12:10:43 +0000 (12:10 +0000)
Doc/whatsnew/whatsnew25.tex

index e740a3bfebb2cdefe38c854430f5ace35031cb98..2cea4a8c32292727cd3b50f8e2cd949426a991ff 100644 (file)
@@ -2,7 +2,6 @@
 \usepackage{distutils}
 % $Id$
 
-% Describe the pkgutil module
 % Fix XXX comments
 % Count up the patches and bugs
 
@@ -1436,6 +1435,11 @@ longer accept a return value of \code{None} from the
 arguments instead.  The ability to return \code{None} was deprecated
 in Python 2.4, so this completes the removal of the feature.
 
+\item The \module{pkgutil} module, containing various utility
+functions for finding packages, was enhanced to support PEP 302's
+import hooks and now also works for packages stored in ZIP-format archives.
+(Contributed by Phillip J. Eby.)
+
 \item The old \module{regex} and \module{regsub} modules, which have been 
 deprecated ever since Python 2.0, have finally been deleted.  
 Other deleted modules: \module{statcache}, \module{tzparse},