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
bcd548bd
Kaydet (Commit)
bcd548bd
authored
Şub 17, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update "undocumented modules" section.
üst
b86a54f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
libundoc.tex
Doc/lib/libundoc.tex
+10
-8
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
bcd548bd
...
@@ -134,6 +134,9 @@ now just as good).
...
@@ -134,6 +134,9 @@ now just as good).
\item
[\module{poly}]
\item
[\module{poly}]
--- Polynomials.
--- Polynomials.
\item
[\module{rand}]
--- Old interface to the random number generator.
\item
[\module{regex}]
\item
[\module{regex}]
--- Emacs-style regular expression support; may still be used in some
--- Emacs-style regular expression support; may still be used in some
old code (extension module). Refer to the
old code (extension module). Refer to the
...
@@ -146,6 +149,10 @@ with \module{regex} (extension module). Refer to the
...
@@ -146,6 +149,10 @@ with \module{regex} (extension module). Refer to the
\citetitle
[http://www.python.org/doc/1.6/lib/module-regsub.html]
{
Python
\citetitle
[http://www.python.org/doc/1.6/lib/module-regsub.html]
{
Python
1.6 Documentation
}
for documentation.
1.6 Documentation
}
for documentation.
\item
[\module{statcache}]
--- Caches the results of os.stat(). Using the cache can be fragile
and error-prone, just use
\code
{
os.stat()
}
directly.
\item
[\module{tb}]
\item
[\module{tb}]
--- Print tracebacks, with a dump of local variables (use
--- Print tracebacks, with a dump of local variables (use
\function
{
pdb.pm()
}
or
\refmodule
{
traceback
}
instead).
\function
{
pdb.pm()
}
or
\refmodule
{
traceback
}
instead).
...
@@ -165,6 +172,9 @@ not set).
...
@@ -165,6 +172,9 @@ not set).
\item
[\module{whatsound}]
\item
[\module{whatsound}]
--- Recognize sound files; use
\refmodule
{
sndhdr
}
instead.
--- Recognize sound files; use
\refmodule
{
sndhdr
}
instead.
\item
[\module{whrandom}]
--- Old random number generator. Use
\module
{
random
}
instead.
\item
[\module{zmod}]
\item
[\module{zmod}]
--- Compute properties of mathematical ``fields.''
--- Compute properties of mathematical ``fields.''
\end{description}
\end{description}
...
@@ -195,14 +205,6 @@ archive.
...
@@ -195,14 +205,6 @@ archive.
--- Import modules in ``packages.'' Basic package support is now
--- Import modules in ``packages.'' Basic package support is now
built in. The built-in support is very similar to what is provided in
built in. The built-in support is very similar to what is provided in
this module.
this module.
\item
[\module{rand}]
--- Old interface to the random number generator.
\item
[\module{soundex}]
--- Algorithm for collapsing names which sound similar to a shared
key. The specific algorithm doesn't seem to match any published
algorithm. (This is an extension module.)
\end{description}
\end{description}
...
...
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