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

brett.cannon python-checkins at python.org
Fri Oct 5 07:39:45 CEST 2007


Author: brett.cannon
Date: Fri Oct  5 07:39:45 2007
New Revision: 58335

Modified:
   peps/trunk/pep-3100.txt
   peps/trunk/pep-3108.txt
Log:
Update PEPs on modules that have been removed in Py3K but not noted.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Fri Oct  5 07:39:45 2007
@@ -215,9 +215,10 @@
           ``mimetools``,
           ``multifile``,
           ``rfc822``,
-          ``sha``,
           [to do]
-        - ``mpz``, ``posixfile``, ``regsub``, ``rgbimage``, ``statcache``,
+        - ``mpz``, ``posixfile``, ``regsub``, ``rgbimage``,
+          ``sha``,
+          ``statcache``,
           ``sv``, ``TERMIOS``, ``timing`` [done]
         - ``cfmfile``, ``gopherlib``, ``md5``, ``MimeWriter``, ``mimify`` [done]
         - ``cl``, ``sets``, ``xreadlines``, ``rotor``, ``whrandom`` [done]

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri Oct  5 07:39:45 2007
@@ -325,7 +325,7 @@
         - rgbimg was removed in Python 2.6.
         - imgfile slated for removal in this PEP. [done]
 
-* linuxaudiodev
+* linuxaudiodev [done]
 
   + Replaced by ossaudiodev.
 


More information about the Python-checkins mailing list