On Mon, 28 Nov 2005 08:16:12 -0800, Martin Miller wrote: > First of all,why do you think the new module is deprecated? (I can't > find anything in the docs to indicate this.)
Did you try help(new) from an interactive prompt? py> new.__doc__.splitlines()[0] 'Create new objects of various types. Deprecated.' -- Steven. -- http://mail.python.org/mailman/listinfo/python-list