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

neal.norwitz python-checkins at python.org
Mon May 14 02:55:37 CEST 2007


Author: neal.norwitz
Date: Mon May 14 02:55:29 2007
New Revision: 55302

Modified:
   peps/trunk/pep-3108.txt
Log:
Update status

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 14 02:55:29 2007
@@ -89,44 +89,44 @@
 
 * IRIX (which is no longer produced [#irix-retirement]_)
 
-  + AL/al
+  + AL/al [done]
 
     - 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]
 
     - CD drive control for SGI systems.
     - SGI no longer sells machines with IRIX on them.
     - Code has not been uniquely edited in 14 years.
 
-  + DEVICE/GL/gl/cgen/cgensuport
+  + DEVICE/GL/gl/cgen/cgensuport [done]
 
     - OpenGL access.
     - Has not been edited in at least eight years.
     - Third-party libraries provide better support (PyOpenGL [#pyopengl]_).
 
-  + FL/fl/flp
+  + FL/fl/flp [done]
 
     - 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
+  + fm [done]
 
     - Wrapper to the IRIS Font Manager library.
     - Only available on SGI machines which no longer come with IRIX.
 
-  + imgfile
+  + imgfile [done]
 
     - Wrapper for SGI libimage library for imglib image files
       (``.rgb`` files).
     - Python Imaging Library provdes read-only support [#pil]_.
     - Not uniquely edited in 13 years.
 
-  + jpeg
+  + jpeg [done]
 
     - Wrapper for JPEG (de)compressor.
     - Code not uniquely edited in nine years.
@@ -220,7 +220,7 @@
   + String slicing and string interpolation can do similar work.
   + Used by pdb, but do not need to expose API.
 
-* stringold
+* stringold [done]
 
   + Function versions of the methods on string objects.
   + Obsolete since Python 1.6.
@@ -261,20 +261,20 @@
 or a widely distributed third-party library provides a better solution
 for what the module is meant for.
 
-* Bastion/rexec
+* Bastion/rexec [done]
 
   + Restricted execution / security.
   + Turned off in Python 2.3.
   + Modules deemed unsafe.
 
-* bsddb185
+* bsddb185 [done]
 
   + Superceded by bsddb3
   + Not built by default.
   + Documentation specifies that the "module should never be used
     directly in new code".
 
-* commands/popen2
+* commands [only getstatus(), does whole module go?]/popen2 [done]
 
   + subprocess module replaces them [#pep-0324]_.
 


More information about the Python-checkins mailing list