New submission from Berker Peksag:

See the output:

test_file_notexists (test.test_urllib.urlopen_HttpTests) ... 
file:///tmp/tmpmlmjhf
/home/berker/hacking/cpython/Lib/test/test_urllib.py:284: ResourceWarning: 
unclosed file <_io.BufferedReader name='/tmp/tmpmlmjhf'>
  self.assertTrue(urlopen(tmp_fileurl))
ok

----------
components: Tests
files: resourcewarning_urllib_test.patch
keywords: patch
messages: 173532
nosy: berker.peksag
priority: normal
severity: normal
status: open
title: Fix ResourceWarning in Lib/test/test_urllib.py
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file27662/resourcewarning_urllib_test.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16302>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to