Re: [Python-Dev] site triggering a bug in urllib2

2006-01-20 Thread John J Lee
On Tue, 17 Jan 2006, Thomas Mangin wrote: [...] > I have hit a bug with python 2.4.2 (on Mandriva 2006) using urllib2. > The code which trigger the bug is as follow.. > > import urllib2 > req = urllib2.Request("http://66.117.37.13/";) > > # makes no difference .. > req.add_header('Connection', 'clo

Re: [Python-Dev] site triggering a bug in urllib2

2006-01-20 Thread Bill Janssen
Or the Web-SIG mailing list. Bill ___ 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.com

Re: [Python-Dev] site triggering a bug in urllib2

2006-01-20 Thread Aahz
On Tue, Jan 17, 2006, Thomas Mangin wrote: > > I am contacting the list in the hope that someone will be able to > understand what I am seeing. You'll probably get more help by subscribing and posting to comp.lang.python. -- Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.c

[Python-Dev] site triggering a bug in urllib2

2006-01-20 Thread Thomas Mangin
Hello, I am contacting the list in the hope that someone will be able to understand what I am seeing. I have hit a bug with python 2.4.2 (on Mandriva 2006) using urllib2. The code which trigger the bug is as follow.. import urllib2 req = urllib2.Request("http://66.117.37.13/";) # makes no di