Re: [Python-Dev] Parser/intrcheck.c

2011-06-20 Thread Guido van Rossum
On Mon, Jun 20, 2011 at 4:40 PM, Guido van Rossum wrote: > I think it's safe to remove it. The last reference to it I found was > in the 2.0 release, where there is a Parser/Makefile (generated from > Parser/Makefile.in) which contains the following gem: > > # This target is used by the master Mak

Re: [Python-Dev] Parser/intrcheck.c

2011-06-20 Thread Guido van Rossum
I think it's safe to remove it. The last reference to it I found was in the 2.0 release, where there is a Parser/Makefile (generated from Parser/Makefile.in) which contains the following gem: # This target is used by the master Makefile to add the objects to the library add2lib:$(OBJS)

[Python-Dev] REMINDER: Participation Requested: Survey about Open-Source Software Development

2011-06-20 Thread Jeffrey Carver
Hi, Apologies for any inconvenience and thank you to those who have already completed the survey. We will keep the survey open for another couple of weeks. But, we do hope you will consider responding to the email request below (sent 2 weeks ago). Thanks, Dr. Jeffrey Carver Assistant Professor U

Re: [Python-Dev] cpython (3.2): Fix closes Issue12359 - Minor update to module import description.

2011-06-20 Thread Georg Brandl
On 20.06.2011 09:34, Senthil Kumaran wrote: > On Mon, Jun 20, 2011 at 09:13:07AM +0200, Georg Brandl wrote: >> On 20.06.2011 02:42, senthil.kumaran wrote: >> > summary: >> > Fix closes Issue12359 - Minor update to module import description. >> > ... >> > +When a module named :mod:`spam` is import

Re: [Python-Dev] Language summit writeup anyone?

2011-06-20 Thread Antoine Pitrou
Hi, Le Mon, 20 Jun 2011 10:08:04 +0200, Maciej Fijalkowski a écrit : > > Unfortunately I'm missing Europython (and language summit) this year. > Did anyone do a writeup on what was discussed? Mark Dickinson has been taking notes, but since there only a few of us (roughly 10 attendants), it was

Re: [Python-Dev] Language summit writeup anyone?

2011-06-20 Thread Doug Hellmann
On Jun 20, 2011, at 4:08 AM, Maciej Fijalkowski wrote: > Hi. > > Unfortunately I'm missing Europython (and language summit) this year. > Did anyone do a writeup on what was discussed? Brian Curtin or I can help get the writeup posted to the Python Insider blog. I'm sure there are a lot of peop

[Python-Dev] Language summit writeup anyone?

2011-06-20 Thread Maciej Fijalkowski
Hi. Unfortunately I'm missing Europython (and language summit) this year. Did anyone do a writeup on what was discussed? Cheers, fijal ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: htt

Re: [Python-Dev] cpython (3.2): Fix closes Issue12315 - Updates to http.client documentation.

2011-06-20 Thread Senthil Kumaran
On Mon, Jun 20, 2011 at 09:11:20AM +0200, Georg Brandl wrote: > Newlines are a valuable tool for structuring reST files (just like in Python > files). I tried to set up a convention to separate large blocks (such as > sections) by two newlines, to make it easier to scroll and find what you're > lo

Re: [Python-Dev] cpython (3.2): Fix closes Issue12359 - Minor update to module import description.

2011-06-20 Thread Senthil Kumaran
On Mon, Jun 20, 2011 at 09:13:07AM +0200, Georg Brandl wrote: > On 20.06.2011 02:42, senthil.kumaran wrote: > > summary: > > Fix closes Issue12359 - Minor update to module import description. > > ... > > +When a module named :mod:`spam` is imported, the interpreter searches for a > > +file named

Re: [Python-Dev] cpython (3.2): Fix closes Issue12359 - Minor update to module import description.

2011-06-20 Thread Georg Brandl
On 20.06.2011 02:42, senthil.kumaran wrote: > http://hg.python.org/cpython/rev/bf8b4c43fb94 > changeset: 70886:bf8b4c43fb94 > branch: 3.2 > parent: 70884:afcfb22e > user:Senthil Kumaran > date:Sun Jun 19 17:37:06 2011 -0700 > summary: > Fix closes Issue12359 - Min

Re: [Python-Dev] cpython (3.2): Fix closes Issue12315 - Updates to http.client documentation.

2011-06-20 Thread Georg Brandl
On 20.06.2011 02:00, senthil.kumaran wrote: > http://hg.python.org/cpython/rev/d801b570b1dd > changeset: 70882:d801b570b1dd > branch: 3.2 > parent: 70880:9e58a638f028 > user:Senthil Kumaran > date:Sun Jun 19 16:56:49 2011 -0700 > summary: > Fix closes Issue12315 - Upd