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
94f2561e
Kaydet (Commit)
94f2561e
authored
May 15, 2008
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update docs for deprecation of IRIX modules.
üst
74a596c0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
58 additions
and
1 deletion
+58
-1
al.rst
Doc/library/al.rst
+8
-0
cd.rst
Doc/library/cd.rst
+5
-0
fl.rst
Doc/library/fl.rst
+15
-0
fm.rst
Doc/library/fm.rst
+5
-0
gl.rst
Doc/library/gl.rst
+15
-1
imgfile.rst
Doc/library/imgfile.rst
+5
-0
jpeg.rst
Doc/library/jpeg.rst
+5
-0
No files found.
Doc/library/al.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,10 @@
.. module:: al
:platform: IRIX
:synopsis: Audio functions on the SGI.
:deprecated:
.. deprecated:: 2.6
The :mod:`al` module has been deprecated for removal in Python 3.0.
This module provides access to the audio facilities of the SGI Indy and Indigo
...
...
@@ -194,6 +198,10 @@ Port objects, as returned by :func:`openport`, have the following methods:
.. module:: AL
:platform: IRIX
:synopsis: Constants used with the al module.
:deprecated:
.. deprecated:: 2.6
The :mod:`AL` module has been deprecated for removal in Python 3.0.
This module defines symbolic constants needed to use the built-in module
...
...
Doc/library/cd.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,11 @@
.. module:: cd
:platform: IRIX
:synopsis: Interface to the CD-ROM on Silicon Graphics systems.
:deprecated:
.. deprecated:: 2.6
The :mod:`cd` module has been deprecated for removal in Python 3.0.
This module provides an interface to the Silicon Graphics CD library. It is
...
...
Doc/library/fl.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,11 @@
.. module:: fl
:platform: IRIX
:synopsis: FORMS library for applications with graphical user interfaces.
:deprecated:
.. deprecated:: 2.6
The :mod:`fl` module has been deprecated for removal in Python 3.0.
.. index::
...
...
@@ -478,6 +483,11 @@ FORMS objects have these data attributes; see the FORMS documentation:
.. module:: FL
:platform: IRIX
:synopsis: Constants used with the fl module.
:deprecated:
.. deprecated:: 2.6
The :mod:`FL` module has been deprecated for removal in Python 3.0.
This module defines symbolic constants needed to use the built-in module
...
...
@@ -495,6 +505,11 @@ source for a complete list of the defined names. Suggested use::
.. module:: flp
:platform: IRIX
:synopsis: Functions for loading stored FORMS designs.
:deprecated:
.. deprecated:: 2.6
The :mod:`flp` module has been deprecated for removal in Python 3.0.
This module defines functions that can read form definitions created by the
...
...
Doc/library/fm.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,11 @@
.. module:: fm
:platform: IRIX
:synopsis: Font Manager interface for SGI workstations.
:deprecated:
.. deprecated:: 2.6
The :mod:`fm` module has been deprecated for removal in Python 3.0.
.. index::
...
...
Doc/library/gl.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,11 @@
.. module:: gl
:platform: IRIX
:synopsis: Functions from the Silicon Graphics Graphics Library.
:deprecated:
.. deprecated:: 2.6
The :mod:`gl` module has been deprecated for removal in Python 3.0.
This module provides access to the Silicon Graphics *Graphics Library*. It is
...
...
@@ -160,6 +165,11 @@ Here is a tiny but complete example GL program in Python::
.. module:: DEVICE
:platform: IRIX
:synopsis: Constants used with the gl module.
:deprecated:
.. deprecated:: 2.6
The :mod:`DEVICE` module has been deprecated for removal in Python 3.0.
This modules defines the constants used by the Silicon Graphics *Graphics
...
...
@@ -173,7 +183,11 @@ module source file for details.
.. module:: GL
:platform: IRIX
:synopsis: Constants used with the gl module.
:deprecated:
.. deprecated:: 2.6
The :mod:`GL` module has been deprecated for removal in Python 3.0.
This module contains constants used by the Silicon Graphics *Graphics Library*
from the C header file ``<gl/gl.h>``. Read the module source file for details.
...
...
Doc/library/imgfile.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,11 @@
.. module:: imgfile
:platform: IRIX
:synopsis: Support for SGI imglib files.
:deprecated:
.. deprecated:: 2.6
The :mod:`imgfile` module has been deprecated for removal in Python 3.0.
The :mod:`imgfile` module allows Python programs to access SGI imglib image
...
...
Doc/library/jpeg.rst
Dosyayı görüntüle @
94f2561e
...
...
@@ -5,6 +5,11 @@
.. module:: jpeg
:platform: IRIX
:synopsis: Read and write image files in compressed JPEG format.
:deprecated:
.. deprecated:: 2.6
The :mod:`jpeg` module has been deprecated for removal in Python 3.0.
.. index:: single: Independent JPEG Group
...
...
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