]> granicus.if.org Git - python/commit
Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures.
authorGuido van Rossum <guido@python.org>
Wed, 8 Aug 2007 17:01:45 +0000 (17:01 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Aug 2007 17:01:45 +0000 (17:01 +0000)
commit6a10e02aa644ad7f9c1f2ab6dd249c1a414c0c8b
treef78dd670c175f469bb0c312d68ddb4b9ac3eabe7
parent0269b91030c87db7f0d3c735367ab7ea6277a918
Switch wsgiref to io.{StringIO,BytesIO}.  This shuts up the test failures.
(I'm not sure about it actually working though.)
Lib/test/test_wsgiref.py
Lib/wsgiref/simple_server.py
Lib/wsgiref/util.py