Re: [Python-Dev] [OT] implicit return values

2009-09-03 Thread Xavier Morel
On 3 Sep 2009, at 23:33 , Greg Ewing wrote: Xavier Morel wrote: Methods yes (and that's one of the few Smalltalk design "features" I consider truly dumb, considering it has message cascading) Cascading is something different -- it's for sending multiple messages to the *same* receiver. It's

Re: [Python-Dev] OT : Cannot login to PyPI using MyOpenId

2009-09-03 Thread Ben Finney
"Martin v. Löwis" writes: > > The Python bug tracker http://bugs.python.org/>? Or the tracker > > linked from http://pypi.python.org/pypi?:action=openid> which > > leads to > > http://sourceforge.net/tracker/?group_id=66150&atid=513503>? > > The latter. The former is for bugs in Python only. […]

Re: [Python-Dev] OT : Cannot login to PyPI using MyOpenId

2009-09-03 Thread Martin v. Löwis
>> For general PyPI discussions, please use catalog-sig. For PyPI bug >> reports, use the bug tracker. > > The Python bug tracker http://bugs.python.org/>? Or the tracker > linked from http://pypi.python.org/pypi?:action=openid> which leads > to http://sourceforge.net/tracker/?group_id=66150&atid=

[Python-Dev] REMINDER: PyCon 2010: Call for Proposals

2009-09-03 Thread Aahz
Call for proposals -- PyCon 2010 -- === Due date: October 1st, 2009 Want to showcase your skills as a Python Hacker? Want to have hundreds of people see your talk on the subject of your choice? Have some hot b

Re: [Python-Dev] OT : Cannot login to PyPI using MyOpenId

2009-09-03 Thread Ben Finney
"Martin v. Löwis" writes: > For general PyPI discussions, please use catalog-sig. For PyPI bug > reports, use the bug tracker. The Python bug tracker http://bugs.python.org/>? Or the tracker linked from http://pypi.python.org/pypi?:action=openid> which leads to http://sourceforge.net/tracker/?gr

Re: [Python-Dev] [OT] implicit return values

2009-09-03 Thread Greg Ewing
Xavier Morel wrote: Methods yes (and that's one of the few Smalltalk design "features" I consider truly dumb, considering it has message cascading) Cascading is something different -- it's for sending multiple messages to the *same* receiver. It's not dumb to have both. -- Greg _

Re: [Python-Dev] OT : Cannot login to PyPI using MyOpenId

2009-09-03 Thread Martin v. Löwis
Olemis Lang wrote: > I realized that PyPI accepts MyOpenId and tried to login to the site. > In the process I get this message : > > {{{ > OpenID provider did not provide your email address > }}} > > I mean, is it mandatory to provide the e-mail address in order to bind > a user to an OpenId ? >

[Python-Dev] OT : Cannot login to PyPI using MyOpenId

2009-09-03 Thread Olemis Lang
I realized that PyPI accepts MyOpenId and tried to login to the site. In the process I get this message : {{{ OpenID provider did not provide your email address }}} I mean, is it mandatory to provide the e-mail address in order to bind a user to an OpenId ? I'm curious : I'd like to know if there