mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Bump version number; add sys._current_frames
This commit is contained in:
parent
249f6b1bf4
commit
b0aa54ece8
1 changed files with 8 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
% Count up the patches and bugs
|
% Count up the patches and bugs
|
||||||
|
|
||||||
\title{What's New in Python 2.5}
|
\title{What's New in Python 2.5}
|
||||||
\release{0.3}
|
\release{0.4}
|
||||||
\author{A.M. Kuchling}
|
\author{A.M. Kuchling}
|
||||||
\authoraddress{\email{amk@amk.ca}}
|
\authoraddress{\email{amk@amk.ca}}
|
||||||
|
|
||||||
|
@ -1662,6 +1662,12 @@ string of build information like this:
|
||||||
\code{"trunk:45355:45356M, Apr 13 2006, 07:42:19"}.
|
\code{"trunk:45355:45356M, Apr 13 2006, 07:42:19"}.
|
||||||
(Contributed by Barry Warsaw.)
|
(Contributed by Barry Warsaw.)
|
||||||
|
|
||||||
|
\item Another new function, \function{sys._current_frames()}, returns
|
||||||
|
the current stack frames for all running threads as a dictionary
|
||||||
|
mapping thread identifiers to the topmost stack frame currently active
|
||||||
|
in that thread at the time the function is called. (Contributed by
|
||||||
|
Tim Peters.)
|
||||||
|
|
||||||
\item The \class{TarFile} class in the \module{tarfile} module now has
|
\item The \class{TarFile} class in the \module{tarfile} module now has
|
||||||
an \method{extractall()} method that extracts all members from the
|
an \method{extractall()} method that extracts all members from the
|
||||||
archive into the current working directory. It's also possible to set
|
archive into the current working directory. It's also possible to set
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue