[issue3721] invalid literal for int() with base 16: ''

2008-09-05 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-

[issue3721] invalid literal for int() with base 16: ''

2008-09-05 Thread Eric Smith
Eric Smith <[EMAIL PROTECTED]> added the comment: The test fails for me on 2.5.1 (stock Mac OS 10.5.4) in the same way as described in this bug. In 2.6 (r66230) the test succeeds. I recommend we close this. -- nosy: +eric.smith ___ Python tracker <[

[issue3721] invalid literal for int() with base 16: ''

2008-08-29 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: This is already fixed in trunk. (see issue900744) Can you try with a 2.6 version? -- nosy: +amaury.forgeotdarc resolution: -> out of date status: open -> pending ___ Python tracker <[EMAIL P

[issue3721] invalid literal for int() with base 16: ''

2008-08-29 Thread ivo
New submission from ivo <[EMAIL PROTECTED]>: I tested metode urllib2.read() on 2000 web_pages and there was a exception ValueError in only one case, here is short code: import urllib2 req = urllib2.urlopen('http://www.peachbit.org/') req.read() Traceback (most recent call last): File "httpli