Re: [Python-Dev] New Future Keywords

2006-03-05 Thread Thomas Wouters
On 3/6/06, Thomas Lee <[EMAIL PROTECTED]> wrote: Just a quick question: how can I add new future keywords to Python? Ineed to add a new (Python) keyword to the language, but there seems tobe a few different source files that I need to modify.Just want to make sure I'm doing it the right way before

[Python-Dev] New Future Keywords

2006-03-05 Thread Thomas Lee
Hi, Just a quick question: how can I add new future keywords to Python? I need to add a new (Python) keyword to the language, but there seems to be a few different source files that I need to modify. Just want to make sure I'm doing it the right way before I go unleashing a nasty broken patch