Re: [Python-Dev] PEPs and versionadded

2010-12-15 Thread Éric Araujo
> It's an oversight. The changes should be accompanied by version* directives. > I see you already committed a change for compileall.rst - thanks for that! > Please feel free to add anything you find missing or submit a bug report and > assign it to me. The PEP 3149 commits did not touch Doc, apa

Re: [Python-Dev] PEPs and versionadded

2010-12-15 Thread Barry Warsaw
On Dec 16, 2010, at 03:41 AM, Éric Araujo wrote: >I noticed that changes related to PEP 3147 and PEP 3149 in Doc haven’t >been accompanied by versionadded/versionchanged directives. > >Is that on purpose, meaning that everyone should be aware of these PEPs >when reading 3.2 docs, or just an oversi

[Python-Dev] PEPs and versionadded

2010-12-15 Thread Éric Araujo
Hi, I noticed that changes related to PEP 3147 and PEP 3149 in Doc haven’t been accompanied by versionadded/versionchanged directives. Is that on purpose, meaning that everyone should be aware of these PEPs when reading 3.2 docs, or just an oversight? Regards ___

Re: [Python-Dev] [Python-checkins] r87296 - python/branches/py3k/Doc/library/test.rst

2010-12-15 Thread Éric Araujo
> The diff looks good to me. Committed as r87300, thank you sir! ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.

Re: [Python-Dev] [Python-checkins] r87299 - in python/branches/py3k: Doc/library/configparser.rst Lib/configparser.py Lib/test/test_cfgparser.py

2010-12-15 Thread Éric Araujo
> Author: lukasz.langa > New Revision: 87299 > > Log: > Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. > Life is beatiful once again. IIIUC, this change makes bugs requesting use of SafeConfigParser in distutils and logging obsolete. > @@ -1139,6 +1122,6 @@ > > if __nam

Re: [Python-Dev] [Python-checkins] r87296 - python/branches/py3k/Doc/library/test.rst

2010-12-15 Thread Michael Foord
On 16/12/2010 01:07, Éric Araujo wrote: -option. Run :program:`python regrtest.py -uall` to turn on all +option. Run :program:`python -m regrtest -uall` to turn on all Shouldn't this be `python -m test.regrtest`, or even just `python -m test`? It should :) I was about to fix just that but then

Re: [Python-Dev] [Python-checkins] r87296 - python/branches/py3k/Doc/library/test.rst

2010-12-15 Thread Éric Araujo
>> -option. Run :program:`python regrtest.py -uall` to turn on all >> +option. Run :program:`python -m regrtest -uall` to turn on all > > Shouldn't this be `python -m test.regrtest`, or even just `python -m test`? It should :) I was about to fix just that but then noticed I could remove more ref

Re: [Python-Dev] [Python-checkins] r87296 - python/branches/py3k/Doc/library/test.rst

2010-12-15 Thread Michael Foord
On 16 December 2010 00:23, eric.araujo wrote: > Author: eric.araujo > Date: Thu Dec 16 01:23:30 2010 > New Revision: 87296 > > Log: > Advertise “python -m” instead of direct filename. > > > Modified: > python/branches/py3k/Doc/library/test.rst > > Modified: python/branches/py3k/Doc/library/test

Re: [Python-Dev] Remove HTTP 0.9 support

2010-12-15 Thread Antoine Pitrou
On Wed, 15 Dec 2010 14:20:54 -0800 Glenn Linderman wrote: > On 12/15/2010 1:25 PM, Antoine Pitrou wrote: > > On Wed, 15 Dec 2010 12:58:51 -0800 > > Glenn Linderman wrote: > >> On 12/15/2010 10:39 AM, Antoine Pitrou wrote: > >>> Hello, > >>> > >>> I would like to remove HTTP 0.9 support from http

Re: [Python-Dev] Remove HTTP 0.9 support

2010-12-15 Thread Glenn Linderman
On 12/15/2010 1:25 PM, Antoine Pitrou wrote: On Wed, 15 Dec 2010 12:58:51 -0800 Glenn Linderman wrote: On 12/15/2010 10:39 AM, Antoine Pitrou wrote: Hello, I would like to remove HTTP 0.9 support from http.client and http.server. I've opened an issue at http://bugs.python.org/issue10711 for t

Re: [Python-Dev] Remove HTTP 0.9 support

2010-12-15 Thread Antoine Pitrou
On Wed, 15 Dec 2010 12:58:51 -0800 Glenn Linderman wrote: > On 12/15/2010 10:39 AM, Antoine Pitrou wrote: > > Hello, > > > > I would like to remove HTTP 0.9 support from http.client and > > http.server. I've opened an issue at http://bugs.python.org/issue10711 > > for that. Would anyone think it's

Re: [Python-Dev] Remove HTTP 0.9 support

2010-12-15 Thread Glenn Linderman
On 12/15/2010 10:39 AM, Antoine Pitrou wrote: Hello, I would like to remove HTTP 0.9 support from http.client and http.server. I've opened an issue at http://bugs.python.org/issue10711 for that. Would anyone think it's a bad idea? (HTTP 1.0 was devised in 1996) Please address the following co

Re: [Python-Dev] Remove HTTP 0.9 support

2010-12-15 Thread Fred Drake
On Wed, Dec 15, 2010 at 1:39 PM, Antoine Pitrou wrote: > I would like to remove HTTP 0.9 support from http.client and > http.server. +1   -Fred -- Fred L. Drake, Jr.    "A storm broke loose in my mind."  --Albert Einstein ___ Python-Dev mailing list

[Python-Dev] Remove HTTP 0.9 support

2010-12-15 Thread Antoine Pitrou
Hello, I would like to remove HTTP 0.9 support from http.client and http.server. I've opened an issue at http://bugs.python.org/issue10711 for that. Would anyone think it's a bad idea? (HTTP 1.0 was devised in 1996) Regards Antoine. ___ Python-Dev

Re: [Python-Dev] r87253 - tracker/instances/python-dev/detectors/autonosy.py

2010-12-15 Thread Antoine Pitrou
On Wed, 15 Dec 2010 01:53:37 +0100 (CET) ezio.melotti wrote: > Author: ezio.melotti > Date: Wed Dec 15 01:53:37 2010 > New Revision: 87253 > > Log: > #363: add automatically release managers to the nosy list for release > blockers. Initial patch by Georg Brandl. You should probably add deferr

[Python-Dev] Two urllib issues

2010-12-15 Thread Senthil Kumaran
I know it is late to add features in beta release, but still I thought I would ask for a little leeway for these issues, especially as they don't change any API signatures. http://bugs.python.org/issue3243 Has patch, tests and docs http://bugs.python.org/issue1508475 I have patch ready and shall