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
3700b6f9
Kaydet (Commit)
3700b6f9
authored
Agu 07, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup nits.
üst
c18a6f3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
16 deletions
+21
-16
libundoc.tex
Doc/lib/libundoc.tex
+21
-16
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
3700b6f9
...
@@ -208,9 +208,9 @@ library
...
@@ -208,9 +208,9 @@ library
These modules are not on the standard module search path;
These modules are not on the standard module search path;
\indexiii
{
module
}{
search
}{
path
}
\indexiii
{
module
}{
search
}{
path
}
but are available in the directory
\file
{
lib-old/
}
installed under
but are available in the directory
\file
{
lib-old/
}
installed under
\file
{
\textrm
{
\$
prefix
}
/lib/python1.5/
}
.
To use any of these
\file
{
\textrm
{
\$
prefix
}
/lib/python1.5/
}
.
% $ <-- bow to font lock
modules, add that directory to
\code
{
sys.path
}
, possibly using
To use any of these modules, add that directory to
\code
{
sys.path
}
,
\envvar
{
PYTHONPATH
}
.
possibly using
\envvar
{
PYTHONPATH
}
.
\begin{description}
\begin{description}
\item
[newdir.py]
\item
[newdir.py]
...
@@ -227,16 +227,20 @@ modules, add that directory to \code{sys.path}, possibly using
...
@@ -227,16 +227,20 @@ modules, add that directory to \code{sys.path}, possibly using
\item
[lockfile.py]
\item
[lockfile.py]
--- wrapper around FCNTL file locking (use
--- wrapper around FCNTL file locking (use
fcntl.lockf/flock
intead)
\function
{
fcntl.lockf()
}
/
\function
{
flock()
}
intead)
\item
[tb.py]
\item
[tb.py]
--- Print tracebacks, with a dump of local variables (use
--- Print tracebacks, with a dump of local variables (use
pdb.pm() or traceback.py
instead)
\function
{
pdb.pm()
}
or
\module
{
traceback
}
instead)
\item
[codehack.py]
\item
[codehack.py]
---
e
xtract function name or line number from a function
---
E
xtract function name or line number from a function
code object (these are now accessible as attributes: co.co
_
name,
code object (these are now accessible as attributes: co.co
_
name,
func.func
_
name, co.co
_
firstlineno)
func.func
_
name, co.co
_
firstlineno).
\item
[timingmodule]
--- Measure time intervals to high resolution (use
\function
{
time.clock()
}
instead). (This is an extension module.)
\end{description}
\end{description}
The following modules were documented in previous versions of this
The following modules were documented in previous versions of this
...
@@ -244,7 +248,8 @@ manual, but are now considered obsolete:
...
@@ -244,7 +248,8 @@ manual, but are now considered obsolete:
\begin{description}
\begin{description}
\item
[ni]
\item
[ni]
--- Import modules in ``packages.''
--- Import modules in ``packages.'' Basic package support is now
built in.
\item
[rand]
\item
[rand]
--- Old interface to the random number generator.
--- Old interface to the random number generator.
...
@@ -267,37 +272,37 @@ dbm clone).
...
@@ -267,37 +272,37 @@ dbm clone).
\item
[dlmodule.c]
\item
[dlmodule.c]
--- A highly experimental and dangerous device for calling
--- A highly experimental and dangerous device for calling
arbitrary
C
functions in arbitrary shared libraries.
arbitrary
\C
{}
functions in arbitrary shared libraries.
\item
[newmodule.c]
\item
[newmodule.c]
--- Tommy Burnette's
`new'
module (creates new empty objects of
--- Tommy Burnette's
\module
{
new
}
module (creates new empty objects of
certain kinds) --- dangerous.
certain kinds) --- dangerous.
\item
[nismodule.c]
\item
[nismodule.c]
--- NIS (a.k.a. Sun's Yellow Pages) interface.
--- NIS (a.k.a. Sun's Yellow Pages) interface.
\item
[timingmodule.c]
--- Measure time intervals to high resolution (obsolete --- use
time.clock() instead).
\item
[stdwinmodule.c]
\item
[stdwinmodule.c]
--- Interface to STDWIN (an old, unsupported
--- Interface to STDWIN (an old, unsupported
platform-independent GUI package). Obsolete; use Tkinter for a
platform-independent GUI package). Obsolete; use Tkinter for a
platform-independent GUI instead.
platform-independent GUI instead.
\end{description}
The following are SGI specific:
The following are SGI specific:
\begin{description}
\item
[clmodule.c]
\item
[clmodule.c]
--- Interface to the SGI compression library.
--- Interface to the SGI compression library.
\item
[svmodule.c]
\item
[svmodule.c]
--- Interface to the ``simple video'' board on SGI Indigo
--- Interface to the ``simple video'' board on SGI Indigo
(obsolete hardware).
(obsolete hardware).
\end{description}
The following is Windows specific:
The following is Windows specific:
\begin{description}
\item
[msvcrtmodule.c]
\item
[msvcrtmodule.c]
(in directory
\file
{
PC/
}
) --- define a number of Windows
(in directory
\file
{
PC/
}
) --- define a number of Windows
specific goodies like
\
code
{
khbit()
}
,
\code
{
getch()
}
and
specific goodies like
\
function
{
khbit()
}
,
\function
{
getch()
}
and
\
code
{
setmode()
}
. (Windows 95 and NT only.)
\
function
{
setmode()
}
. (Windows 95 and NT only.)
\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