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

brett.cannon python-checkins at python.org
Thu May 15 09:13:02 CEST 2008


Author: brett.cannon
Date: Thu May 15 09:13:02 2008
New Revision: 63316

Log:
Handled sunaudiodev/SUNAUDIODEV (and thus all platform-specific modules slated
for removal).


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 09:13:02 2008
@@ -121,8 +121,8 @@
     + ``time.clock()`` gives better time resolution.
 
 
-Platform-specific with minimal use
-----------------------------------
+Platform-specific with minimal use [done]
+------------------------------------------
 
 Python supports many platforms, some of which are not widely used or
 maintained.
@@ -441,10 +441,10 @@
 .. _PyObjC: http://pyobjc.sourceforge.net/
 
 
-Solaris
-///////
+Solaris [done]
+///////////////
 
-  + SUNAUDIODEV/sunaudiodev [done: 3.0]
+  + SUNAUDIODEV/sunaudiodev [done: 2.6, 3.0]
 
     - Access to the sound card on Sun machines.
     - Code not uniquely edited in over eight years.


More information about the Python-checkins mailing list