[Python-checkins] r63257 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Thu May 15 03:21:47 CEST 2008


Author: brett.cannon
Date: Thu May 15 03:21:46 2008
New Revision: 63257

Log:
Mark what IRIX modules have docs that need a deprecation warning (will deal
with in a single pass later).


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu May 15 03:21:46 2008
@@ -140,13 +140,13 @@
 Removing all modules from the plat-irix[56] directory has been deemed
 reasonable because of this fact.
 
-  + AL/al [done: 2.6, 3.0]
+  + AL/al [done: 2.6 (except docs), 3.0]
 
     - Provides sound support on Indy and Indigo workstations.
     - Both workstations are no longer available.
     - Code has not been uniquely edited in three years.
 
-  + cd/CD [done: 2.6, 3.0]
+  + cd/CD [done: 2.6 (except docs), 3.0]
 
     - CD drive control for SGI systems.
     - SGI no longer sells machines with IRIX on them.
@@ -166,7 +166,7 @@
     - SGI no longer sells machines with IRIX on them.
     - Code has not been uniquely edited in 14 years.
 
-  + DEVICE/GL/gl/cgen/cgensuport [done: 3.0]
+  + DEVICE/GL/gl/cgen/cgensuport [done: 2.6 (except docs), 3.0]
 
     - GL access, which is the predecessor to OpenGL.
     - Has not been edited in at least eight years.
@@ -180,14 +180,14 @@
 
     - Undocumented.
 
-  + FL/fl/flp [done: 3.0]
+  + FL/fl/flp [done: +, 3.0]
 
     - Wrapper for the FORMS library [#irix-forms]_
     - FORMS has not been edited in 12 years.
     - Library is not widely used.
     - First eight hits on Google are for Python docs for fl.
 
-  + fm [done: 3.0]
+  + fm [done: +, 3.0]
 
     - Wrapper to the IRIS Font Manager library.
     - Only available on SGI machines which no longer come with IRIX.
@@ -200,7 +200,7 @@
 
     - Undocumented.
 
-  + imgfile [done: 3.0]
+  + imgfile [done: +, 3.0]
 
     - Wrapper for SGI libimage library for imglib image files
       (``.rgb`` files).
@@ -215,7 +215,7 @@
 
     - Undocumented.
 
-  + jpeg [done: 3.0]
+  + jpeg [done: +, 3.0]
 
     - Wrapper for JPEG (de)compressor.
     - Code not uniquely edited in nine years.


More information about the Python-checkins mailing list