Re: [python-committers] Quick survey for PyCon talk on core development

2011-02-24 Thread Guido van Rossum
Actually you should post it to the python-dev IRC group. 2011/2/24 Łukasz Langa : > Wiadomość napisana przez Brett Cannon w dniu 2011-02-24, o godz. 19:47: > > Just so people know, I took the survey and it actually only take a couple of > minutes, not even a few. > > > Exactly, and it's fun. > Bri

Re: [python-committers] Quick survey for PyCon talk on core development

2011-02-24 Thread Łukasz Langa
Wiadomość napisana przez Brett Cannon w dniu 2011-02-24, o godz. 19:47: > Just so people know, I took the survey and it actually only take a couple of > minutes, not even a few. > Exactly, and it's fun. Brian, you might consider tweeting about it. Then again, you might get some false positive

Re: [python-committers] Quick survey for PyCon talk on core development

2011-02-24 Thread Brett Cannon
Just so people know, I took the survey and it actually only take a couple of minutes, not even a few. On Thu, Feb 24, 2011 at 10:20, Brian Curtin wrote: > Hi all, > > If you have a few free minutes, would you mind filling out a couple of > questions? I'm giving a talk at PyCon about core develop

[python-committers] Quick survey for PyCon talk on core development

2011-02-24 Thread Brian Curtin
Hi all, If you have a few free minutes, would you mind filling out a couple of questions? I'm giving a talk at PyCon about core development [0] and wanted to sprinkle in some info about the people doing the work. https://spreadsheets.google.com/viewform?formkey=dEZXWVhQMnBGREU0TUl0TTRTWk1zOEE6MQ

Re: [python-committers] do we still believe explicit relative imports are bad as PEP 8 claims?

2011-02-24 Thread Nick Coghlan
On Thu, Feb 24, 2011 at 9:13 AM, Barry Warsaw wrote: > On Feb 18, 2011, at 12:36 PM, Brett Cannon wrote: > >>It says they are "highly discouraged" because "absolute imports are >>more portable and usually more readable", but now that people have had >>a chance to use explicit relative imports, do