On 12/18/06, Talin <[EMAIL PROTECTED]> wrote: > There's a Python prototype of the string formatting PEP in my Mercurial > repository here: > > http://www.viridia.org/hg/python/string_format > > The main thing that needs to be done is to graft what's there in the > prototype into the actual built-in string class. I don't know if that > requires porting the prototype to C or not.
I would say so, yes. Any volunteers? > It also needs unit tests; I can help with that part if needed. Yes, please. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ 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
