Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
1fcd4389
Kaydet (Commit)
1fcd4389
authored
Nis 16, 2001
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update document for the actual 2.1rc1
üst
8c83ec63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
whatsnew21.tex
Doc/whatsnew/whatsnew21.tex
+13
-6
No files found.
Doc/whatsnew/whatsnew21.tex
Dosyayı görüntüle @
1fcd4389
...
...
@@ -626,12 +626,13 @@ Python packages to a central server.
\begin{itemize}
\item
Ka-Ping Yee contributed two new modules:
\module
{
inspect.py
}
, a module for
getting information about live Python code, and
\module
{
pydoc.py
}
, a
module for interactively converting docstrings to HTML or text.
As a bonus,
\file
{
Tools/scripts/pydoc
}
, which is now automatically
installed, uses
\module
{
pydoc.py
}
to display documentation given a Python module, package, or class name. For example,
\samp
{
pydoc xml.dom
}
displays the following:
\item
Ka-Ping Yee contributed two new modules:
\module
{
inspect.py
}
, a
module for getting information about live Python code, and
\module
{
pydoc.py
}
, a module for interactively converting docstrings to
HTML or text. As a bonus,
\file
{
Tools/scripts/pydoc
}
, which is now
automatically installed, uses
\module
{
pydoc.py
}
to display
documentation given a Python module, package, or class name. For
example,
\samp
{
pydoc xml.dom
}
displays the following:
\begin{verbatim}
Python Library Documentation: package xml.dom in xml
...
...
@@ -650,6 +651,7 @@ DESCRIPTION
...
\end{verbatim}
\file
{
pydoc
}
also includes a Tk-based interactive help browser.
\file
{
pydoc
}
quickly becomes addictive; try it out!
\item
Two different modules for unit testing were added to the
...
...
@@ -719,6 +721,11 @@ unsuitable for your application or network setup, call
\item
Support for raw socket access has been added to the
\module
{
socket
}
module, contributed by Grant Edwards.
\item
The
\module
{
pstats
}
module now contains a simple interactive
statistics browser for displaying timing profiles for Python programs,
invoked when the module is run as a script. Contributed by
Eric S.
\
Raymond.
\item
A new implementation-dependent function,
\function
{
sys.
_
getframe(
\optional
{
depth
}
)
}
,
has been added to return a given frame object from the current call stack.
\function
{
sys.
_
getframe()
}
returns the frame at the top of the call stack;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment