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

brett.cannon python-checkins at python.org
Fri May 9 07:21:18 CEST 2008


Author: brett.cannon
Date: Fri May  9 07:21:18 2008
New Revision: 62919

Log:
The new module has been deprecated in 2.6.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri May  9 07:21:18 2008
@@ -492,7 +492,7 @@
   + Easily handled by allowing the application specify its own
     module name, check for existence, and import if found.
 
-* new [done: 3.0]
+* new [done: 2.6, 3.0]
 
   + Just a rebinding of names from the 'types' module.
   + Can also call ``type`` built-in to get most types easily.


More information about the Python-checkins mailing list