This change appears to have broken test_urllib. See, for example:
http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/4774/steps/test/logs/stdio
- Nadeem
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailm
On 9/11/12 17:07:13, R. David Murray wrote:
> On Fri, 09 Nov 2012 16:44:00 +0100, Hans Mulder wrote:
>> I looked into it, and the problem is this bit of code (line 230-235):
>>
>> try:
>> self.assertTrue(os.path.exists(tmp_file))
>> fp = urllib.urlopen(tmp_fileurl)