Python 3.0 and removal of the 'string' module

Ben Finney ben at benfinney.id.au
Thu Jul 10 21:59:27 EDT 2008


Howdy all,

The Python wiki page states on its page for Python 3.0
<URL:http://wiki.python.org/moin/Python3.0>, in the section for
"Standard Library Changes"
<URL:http://wiki.python.org/moin/Python3.0#head-40dd57e6561cce0b209ef49f8ce86030c6313113>,
that the 'string' module is to be removed.

It references PEP 4 <URL:http://www.python.org/dev/peps/pep-0004>,
which has nothing to say about the status of the 'string' module.

Further, the 'string' module has existing functionality (the Template
class, the character sets 'whitespace' etc.) that, to my knowledge,
has no replacement in Python 3.0.

Can anyone see a reason to believe the above wiki page's statement
about the 'string' module being removed? More to the point, can anyone
see a reason why that statement should remain on that page?

-- 
 \     “Ours is a world where people don't know what they want and are |
  `\       willing to go through hell to get it.” —Donald Robert Perry |
_o__)                                                          Marquis |
Ben Finney



More information about the Python-list mailing list