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 sent...@uthcode.com date:Sun Jun 19 16:56:49 2011 -0700 summary: Fix closes

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 sent...@uthcode.com date:Sun Jun 19 17:37:06 2011 -0700 summary: Fix closes

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 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

[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:

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 people

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 fij...@gmail.com 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

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 imported, the

[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

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)

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 gu...@python.org 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