diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-29 12:10:43 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-29 12:10:43 (GMT) |
commit | aa013da0b334522021b657de2f8dc6e36b53af66 (patch) | |
tree | f4f8a26a026e34ffaf6267ca920d79980d050593 /Doc/whatsnew | |
parent | 18db4876928f97b7ffbf42fc270bf4ec89a0bd22 (diff) | |
download | cpython-aa013da0b334522021b657de2f8dc6e36b53af66.zip cpython-aa013da0b334522021b657de2f8dc6e36b53af66.tar.gz cpython-aa013da0b334522021b657de2f8dc6e36b53af66.tar.bz2 |
Add item
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index e740a3b..2cea4a8 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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}, |