The new module has been deprecated in 2.6.

This commit is contained in:
Brett Cannon 2008-05-09 05:21:18 +00:00
parent 704fa2fc99
commit 6c1e8542b5
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ small audience or lack of adherence to more modern standards.
+ 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.