[Python-3000] removing functions from string module
Christian Heimes
lists at cheimes.de
Wed Apr 18 01:53:48 CEST 2007
Neal Norwitz schrieb:
> I'm tempted to ask the same thing about the types module.
Don't forget the 'new' module. It's a candidate for 'svn rm'.
"""Create new objects of various types. Deprecated.
This module is no longer required except for backward compatibility.
Objects of most types can now be created by calling the type object.
"""
Christian
More information about the Python-3000
mailing list