[issue10860] urllib2 crashes on valid URL

2011-01-08 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: On Fri, Jan 07, 2011 at 07:14:30PM +, Shawn Ligocki wrote: I think the problem is that http://118114.cn; says it redirects to http://www.118114.cn:;, but it seems like urllib2 should be able to deal with that or at least report back

[issue10860] urllib2 crashes on valid URL

2011-01-07 Thread Shawn Ligocki
New submission from Shawn Ligocki sligo...@gmail.com: urllib2 crashes with stack trace on legal URL http://118114.cn Transcript: Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type help, copyright, credits or license for more information. import urllib2

[issue10860] urllib2 crashes on valid URL

2011-01-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. Can you test it with current versions (2.7, 3.1 or 3.2)? -- nosy: +eric.araujo, orsenthil versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker