]> granicus.if.org Git - python/commit
Fix open_urlresource() to pass its arguments to open() when the resource is cached.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 22 Jul 2009 00:19:57 +0000 (00:19 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 22 Jul 2009 00:19:57 +0000 (00:19 +0000)
commitdf4ff08be41e2013b41f575d0a0ed61e74d4c0ad
treeb266bb584ece9a93f729def6124c252d2d5c29f0
parent3e7f60934653173ef12f8801ea618c8adddd262b
Fix open_urlresource() to pass its arguments to open() when the resource is cached.

This fixes the failure of test_normalization on the Windows buildbots,
where the Normalization.txt file was read as a MBCS text file, instead
as a UTF-8 one.
Lib/test/support.py