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
a8052a31
Kaydet (Commit)
a8052a31
authored
Eki 26, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added cmp and cmpcache to the "Obsolete" section.
üst
2d726870
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
libundoc.tex
Doc/lib/libundoc.tex
+14
-7
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
a8052a31
...
@@ -92,13 +92,16 @@ To use any of these modules, add that directory to \code{sys.path},
...
@@ -92,13 +92,16 @@ To use any of these modules, add that directory to \code{sys.path},
possibly using
\envvar
{
PYTHONPATH
}
.
possibly using
\envvar
{
PYTHONPATH
}
.
\begin{description}
\begin{description}
\item
[\module{newdir}]
--- New
\function
{
dir()
}
function (the standard
\function
{
dir()
}
is
now just as good)
\item
[\module{addpack}]
\item
[\module{addpack}]
--- alternate approach to packages
--- alternate approach to packages
\item
[\module{cmp}]
--- File comparison function. Use the newer
\module
{
filecmp
}
instead.
\item
[\module{cmpcache}]
--- Caching version of the obsolete
\module
{
cmp
}
module. Use the
newer
\module
{
filecmp
}
instead.
\item
[\module{codehack}]
\item
[\module{codehack}]
--- Extract function name or line number from a function
--- Extract function name or line number from a function
code object (these are now accessible as attributes:
code object (these are now accessible as attributes:
...
@@ -111,13 +114,17 @@ code object (these are now accessible as attributes:
...
@@ -111,13 +114,17 @@ code object (these are now accessible as attributes:
\item
[\module{fmt}]
\item
[\module{fmt}]
--- text formatting abstractions (too slow)
--- text formatting abstractions (too slow)
\item
[\module{Para}]
--- helper for fmt.py
\item
[\module{lockfile}]
\item
[\module{lockfile}]
--- wrapper around FCNTL file locking (use
--- wrapper around FCNTL file locking (use
\function
{
fcntl.lockf()
}
/
\function
{
flock()
}
intead; see
\refmodule
{
fcntl
}
)
\function
{
fcntl.lockf()
}
/
\function
{
flock()
}
intead; see
\refmodule
{
fcntl
}
)
\item
[\module{newdir}]
--- New
\function
{
dir()
}
function (the standard
\function
{
dir()
}
is
now just as good)
\item
[\module{Para}]
--- helper for fmt.py
\item
[\module{poly}]
\item
[\module{poly}]
--- Polynomials
--- Polynomials
...
...
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