Skip to content
Snippets Groups Projects
Commit eb79ae1a3374 authored by Georges Racinet's avatar Georges Racinet
Browse files

wsgi: removing py3 specific code

We don't support Python3 at the time being, we'll jump into
Python3-only at some time in the (near) future.

With this, we have full coverage of the wsgi module.
Hence the tests will catch true problems, thanks to Py3
incompatibility between `bytes` and `str`. This is better than
adding a `pragma: no cover`.
parent 41c55fa9db03
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment