Update status

This commit is contained in:
Neal Norwitz 2007-05-14 00:55:29 +00:00
parent b73128ab5a
commit 2e69f32941
1 changed files with 11 additions and 11 deletions

View File

@ -89,44 +89,44 @@ their maintenance.
* 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 @@ or because the audience for the code is very small.
+ 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 @@ Becoming obsolete signifies that either another module in the stdlib
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]_.