(relocating thread from python-3000-checkins)
Brett Cannon wrote:
> On 5/16/07, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> Brett> Strop should go when the string module goes. I don't
> remember
> Brett> where the last "let's kill string but what do we do about
> the few
> Brett> useful things in there" conversation went.
>
> Sorry, I don't read the py3k list (but see checkins). What about
> the few
> bits of string that have no obvious other place to live (lowercase,
> digits,
> etc)? Do they somehow become attributes of the str class?
>
> That undecided at the moment. Guido killed strop as there is a Python
> implementation so it doesn't affect how to handle the string module. As
> of this moment no decision has been made whether to keep 'string' or to
> kill it.
To be honest, I have never understood the repeated proposals to get rid
of the string module. Get rid of the functions that are just duplicates
of str methods, sure, but the module makes sense to me as a home for
text related constants and other machinery (such as string.Template and
the various building blocks for more advanced PEP 3101 based formatting).
Cheers,
Nick.
--
Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe:
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com