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
9ed1a0af
Kaydet (Commit)
9ed1a0af
authored
Kas 02, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved zmod and poly descriptions to the Obsolete section.
üst
e0fbe1c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
libundoc.tex
Doc/lib/libundoc.tex
+11
-11
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
9ed1a0af
...
...
@@ -182,9 +182,6 @@ library
\item
[packmail.py]
--- create a self-unpacking
\UNIX
{}
shell archive
\item
[poly.py]
--- Polynomials
\item
[sched.py]
--- event scheduler class
...
...
@@ -194,9 +191,6 @@ library
\item
[util.py]
--- useful functions that don't fit elsewhere
\item
[zmod.py]
--- Compute properties of mathematical "fields"
\item
[tzparse.py]
--- Parse a timezone specification (unfinished)
\end{description}
...
...
@@ -218,6 +212,11 @@ possibly using \envvar{PYTHONPATH}.
\item
[addpack.py]
--- standard support for "packages"
\item
[codehack.py]
--- Extract function name or line number from a function
code object (these are now accessible as attributes: co.co
_
name,
func.func
_
name, co.co
_
firstlineno).
\item
[fmt.py]
--- text formatting abstractions (too slow)
...
...
@@ -228,18 +227,19 @@ possibly using \envvar{PYTHONPATH}.
--- wrapper around FCNTL file locking (use
\function
{
fcntl.lockf()
}
/
\function
{
flock()
}
intead)
\item
[poly.py]
--- Polynomials
\item
[tb.py]
--- Print tracebacks, with a dump of local variables (use
\function
{
pdb.pm()
}
or
\module
{
traceback
}
instead)
\item
[codehack.py]
--- Extract function name or line number from a function
code object (these are now accessible as attributes: co.co
_
name,
func.func
_
name, co.co
_
firstlineno).
\item
[timingmodule]
--- Measure time intervals to high resolution (use
\function
{
time.clock()
}
instead). (This is an extension module.)
\item
[zmod.py]
--- Compute properties of mathematical "fields"
\end{description}
The following modules were documented in previous versions of this
...
...
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