Fixed #19487 -- Used str in the test client's WSGI environ.
This regression was introduced by the unicode_literals patch. The WSGI spec mandates that environ contains native strings.
Loading
Please register or sign in to comment
This regression was introduced by the unicode_literals patch. The WSGI spec mandates that environ contains native strings.