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