[Python-checkins] r56687 - peps/trunk/pep-3108.txt
neal.norwitz
python-checkins at python.org
Fri Aug 3 07:24:41 CEST 2007
Author: neal.norwitz
Date: Fri Aug 3 07:24:40 2007
New Revision: 56687
Modified:
peps/trunk/pep-3108.txt
Log:
Update with some modules that were (re)moved
Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt (original)
+++ peps/trunk/pep-3108.txt Fri Aug 3 07:24:40 2007
@@ -104,6 +104,12 @@
- SGI no longer sells machines with IRIX on them.
- Code has not been uniquely edited in 14 years.
+ + cl [done]
+
+ - Compression library 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 [done]
- OpenGL access.
@@ -138,7 +144,7 @@
* Solaris
- + SUNAUDIODEV/sunaudiodev
+ + SUNAUDIODEV/sunaudiodev [done]
- Access to the sound card on Sun machines.
- Code not uniquely edited in over eight years.
@@ -199,7 +205,7 @@
can be from how easy it is to implement the functionality from scratch
or because the audience for the code is very small.
-* audiodev
+* audiodev [done]
+ Undocumented.
+ Not edited in five years.
@@ -234,7 +240,7 @@
+ Undocumented.
-* toaiff
+* toaiff [done, moved to Demo]
+ Undocumented.
+ Requires ``sox`` library to be installed on the system.
@@ -449,7 +455,6 @@
Current Name Replacement Name
============ ===============================
bdb _bdb
-cl _cl
markupbase _markupbase
opcode _opcode
dummy_thread _dummy_thread (assuming thread
More information about the Python-checkins
mailing list