[Python-Dev] SF:1463370 add .format() method to str and unicode

2006-04-03 Thread Crutcher Dunnavant
From discussion on python-3000, it occured to me that this shouldn't break anything. This patch adds a .format() method to the string and unicode types. SF:1463370 -- Crutcher Dunnavant [EMAIL PROTECTED] littlelanguages.com monket.samedi-studios.com

Re: [Python-Dev] SF:1463370 add .format() method to str and unicode

2006-04-03 Thread Nick Coghlan
Crutcher Dunnavant wrote: From discussion on python-3000, it occured to me that this shouldn't break anything. This patch adds a .format() method to the string and unicode types. SF:1463370 -1. For reasons I go into more on the Py3k list, I'd like to see this term associated with an

Re: [Python-Dev] SF:1463370 add .format() method to str and unicode

2006-04-03 Thread Aahz
On Mon, Apr 03, 2006, Crutcher Dunnavant wrote: From discussion on python-3000, it occured to me that this shouldn't break anything. This patch adds a .format() method to the string and unicode types. SF:1463370 If you're serious, please write up a PEP. I recommend that you start posting

Re: [Python-Dev] SF:1463370 add .format() method to str and unicode

2006-04-03 Thread Guido van Rossum
On 4/3/06, Crutcher Dunnavant [EMAIL PROTECTED] wrote: From discussion on python-3000, it occured to me that this shouldn't break anything. This patch adds a .format() method to the string and unicode types. SF:1463370 Hmm... Let's not jump to conclusions. While I like your patch, we need to