RE: [Python-Dev] Developer list update

2005-04-30 Thread Raymond Hettinger
Thanks for the note. Let me know if you need to be switched on again at some point. Raymond Hettinger > -Original Message- > From: Paul Prescod [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 30, 2005 4:39 PM > To: Raymond Hettinger > Cc: python-dev@python.org > Subject: Re: [Python-De

Re: [Python-Dev] Developer list update

2005-04-30 Thread Paul Prescod
I haven't been using Python recently and don't have plans to contribute to its development. Go ahead and drop me from the list. ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.

Re: [Python-Dev] Developer list update

2005-04-30 Thread Alex Martelli
On Apr 30, 2005, at 08:34, Raymond Hettinger wrote: I haven't heard back from Greg Stein, Jim Fulton, or Paul Prescod. If anyone can get in touch with them, that would be great. I suspect that Jim may want to keep the commit privileges active and that Paul and Greg are done with commits for the tim

[Python-Dev] Developer list update

2005-04-30 Thread Raymond Hettinger
I haven't heard back from Greg Stein, Jim Fulton, or Paul Prescod. If anyone can get in touch with them, that would be great. I suspect that Jim may want to keep the commit privileges active and that Paul and Greg are done with commits for the time being. Raymond Hettinger __

[Python-Dev] Keyword for block statements

2005-04-30 Thread Ka-Ping Yee
On Fri, 29 Apr 2005, Phillip J. Eby wrote: > At 08:21 PM 4/29/05 -0500, Ka-Ping Yee wrote: > >All the statements in Python are associated with keywords, except > >for assignment, which is simple and extremely common. I don't > >think the block statement is simple enough or common enough for > >tha