Re: Python changing keywords name

2007-07-02 Thread Michael Hoffman
Gabriel Genellina wrote: > "except" is hard to translate, and > even in English I don't see what is the intended meaning (is it a noun? > a verb? an adverb? all look wrong). It's a preposition. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list

Re: Python changing keywords name

2007-06-26 Thread Gabriel Genellina
En Tue, 26 Jun 2007 13:11:50 -0300, Sion Arrowsmith <[EMAIL PROTECTED]> escribió: > Gabriel Genellina <[EMAIL PROTECTED]> wrote: >> (I hope nobody will abuse this technique... Y perd=F3n a los >> hispanoparlantes por lo horrible de la traducci=F3n). > > Ah, I only spotted this when I came to p

Re: Python changing keywords name

2007-06-26 Thread Sion Arrowsmith
Gabriel Genellina <[EMAIL PROTECTED]> wrote: >(I hope nobody will abuse this technique... Y perd=F3n a los >hispanoparlantes por lo horrible de la traducci=F3n). Ah, I only spotted this when I came to post a response. And the reason I was going to post a response was that these: >'assert': '

Re: Python changing keywords name

2007-06-23 Thread Gabriel Genellina
[EMAIL PROTECTED] wrote: > I on working on windows and Python 2.4. Where can I find and CHANGE > python > grammar. ( I just want to change the keywords ) Instead of changing Python grammar, you could convert your "translated" source into "original" Python using the code below, and compile and r

Re: Python changing keywords name

2007-06-23 Thread James Stroud
[EMAIL PROTECTED] wrote: > Hello AGAIN, > > I on working on windows and Python 2.4. Where can I find and CHANGE > python > grammar. ( I just want to change the keywords ) > > PLEASE HELP ME > SOMEBODY!! > > THANKS! >

Re: Python changing keywords name

2007-06-23 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: > Hello AGAIN, > > I on working on windows and Python 2.4. Where can I find and CHANGE > python > grammar. ( I just want to change the keywords ) > > PLEASE HELP ME > SOMEBODY!! > > THANKS! Thi

Python changing keywords name

2007-06-23 Thread vedrandekovic
Hello AGAIN, I on working on windows and Python 2.4. Where can I find and CHANGE python grammar. ( I just want to change the keywords ) PLEASE HELP ME SOMEBODY!! THANKS! -- http://mail.python.org/mailman/listinfo/pyth