What parts of string module will disappear in Python 3.0?

P

python

I understand that many portions of the string module are redundant with
the native methods of strings and will removed in Python 3.0. Makes
sense to me.

But what will happen to the portions of the string module that are not
covered by native string methods - like the following:

- string constants (example: string.punctuation)
- Template strings
- maketrans()

Will some semblance of the string module remain in Python 3.0 under the
string module name or a new module name?

Thanks!
Malcolm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top