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
b56230b3
Kaydet (Commit)
b56230b3
authored
Şub 17, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add deprecation notices to modules deprecated since 2000.
üst
2c98a7bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
libgopherlib.tex
Doc/lib/libgopherlib.tex
+3
-0
librgbimg.tex
Doc/lib/librgbimg.tex
+3
-1
No files found.
Doc/lib/libgopherlib.tex
Dosyayı görüntüle @
b56230b3
...
...
@@ -4,6 +4,9 @@
\declaremodule
{
standard
}{
gopherlib
}
\modulesynopsis
{
Gopher protocol client (requires sockets).
}
\deprecated
{
2.5
}{
The
\code
{
gopher
}
protocol is not in active use
anymore.
}
\indexii
{
Gopher
}{
protocol
}
This module provides a minimal implementation of client side of the
...
...
Doc/lib/librgbimg.tex
Dosyayı görüntüle @
b56230b3
...
...
@@ -5,6 +5,8 @@
\modulesynopsis
{
Read and write image files in ``SGI RGB'' format (the module
is
\emph
{
not
}
SGI specific though!).
}
\deprecated
{
2.5
}{
This module is not maintained anymore and seems to be
unused.
}
The
\module
{
rgbimg
}
module allows Python programs to access SGI imglib image
files (also known as
\file
{
.rgb
}
files). The module is far from
...
...
@@ -47,6 +49,6 @@ These are the formats returned by \function{gl.lrectread()}.
\begin{funcdesc}
{
ttob
}{
flag
}
This function sets a global flag which defines whether the scan lines
of the image are read or written from bottom to top (flag is zero,
compatible with SGI GL) or from top to bottom(flag is one,
compatible with SGI GL) or from top to bottom
(flag is one,
compatible with X). The default is zero.
\end{funcdesc}
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