mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Add item
This commit is contained in:
parent
18db487692
commit
aa013da0b3
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
\usepackage{distutils}
|
\usepackage{distutils}
|
||||||
% $Id$
|
% $Id$
|
||||||
|
|
||||||
% Describe the pkgutil module
|
|
||||||
% Fix XXX comments
|
% Fix XXX comments
|
||||||
% Count up the patches and bugs
|
% 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
|
arguments instead. The ability to return \code{None} was deprecated
|
||||||
in Python 2.4, so this completes the removal of the feature.
|
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
|
\item The old \module{regex} and \module{regsub} modules, which have been
|
||||||
deprecated ever since Python 2.0, have finally been deleted.
|
deprecated ever since Python 2.0, have finally been deleted.
|
||||||
Other deleted modules: \module{statcache}, \module{tzparse},
|
Other deleted modules: \module{statcache}, \module{tzparse},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue