Re: [Python-Dev] [Python-checkins] cpython: Issue 14814: The new systematic tests aren't just about error reporting any

2012-07-08 Thread Nick Coghlan
On Mon, Jul 9, 2012 at 3:22 AM, Terry Reedy wrote: > On 7/8/2012 9:14 AM, nick.coghlan wrote: > If you want to report both errors, when present: I don't really - when there are multiple things wrong with the address, ipaddress just reports the first one it notices (e.g. IPv4Address("google.com")

Re: [Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies

2012-07-08 Thread Senthil Kumaran
On Sun, Jul 8, 2012 at 1:12 AM, Georg Brandl wrote: > > Please fix the markup: no blank line, but indented. E.g. > > .. versionchanged:: 3.3 >Blah, blah. Done. Sorry for that, I only built the docs and saw if the directive was affected and assumed it okay. Fixed that. Thanks, Senthil __

Re: [Python-Dev] cpython: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies

2012-07-08 Thread Georg Brandl
On 07.07.2012 23:29, senthil.kumaran wrote: http://hg.python.org/cpython/rev/34e705fa4da4 changeset: 77983:34e705fa4da4 user:Senthil Kumaran date:Sat Jul 07 14:29:58 2012 -0700 summary: Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifies an imple