]> granicus.if.org Git - python/commit
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by convert...
authorPhillip J. Eby <pje@telecommunity.com>
Tue, 2 Nov 2010 22:28:59 +0000 (22:28 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Tue, 2 Nov 2010 22:28:59 +0000 (22:28 +0000)
commite159422ce9cd6cedff7b45eef5a00d7e6a2aa90c
tree440c749fa07d0aaf42a32f52e79951b35f74ab6d
parent5a43f72d1b19d8018380a1aac2f1753471003cec
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance().
(When WSGI specifies a built-in type, it does NOT mean "this type or a subclass" -- it means 'type(x) is SpecifiedType'.)
Lib/test/test_wsgiref.py
Lib/wsgiref/handlers.py
Lib/wsgiref/headers.py
Lib/wsgiref/validate.py