]> granicus.if.org Git - python/commit
Fix test_wsgiref that used StringIO and a BufferedReader rather than
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 11 Aug 2007 18:37:05 +0000 (18:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 11 Aug 2007 18:37:05 +0000 (18:37 +0000)
commit1e50a9f7cc68aefdf94ad02bc3e62fee2f447208
tree32b95ad67a4f2b5f4aa659cf18e617b95a8240aa
parent9264ecd799eac87c160dcac47d782b092f09d747
Fix test_wsgiref that used StringIO and a BufferedReader rather than
real files.  This code assumed that fileno() would succeed which wasn't
the case.
Lib/io.py