Mercurial > hg-stable
comparison contrib/python3-whitelist @ 37747:2d5b5bcc3b9f
wsgicgi: un-do some prior porting work that is now wrong
The Python 3 WSGI behavior is that the environ dict should be full of
unicodes. We previously tried Too Hard here, so we unwind that bit of porting.
Also add some bytesurl() encodes on status and headers.
test-clone-cgi.t now passes.
Differential Revision: https://phab.mercurial-scm.org/D3356
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 13 Apr 2018 23:11:46 -0400 |
parents | 89d82d2b68e9 |
children | 886754323bed |
comparison
equal
deleted
inserted
replaced
37746:b29f490eb904 | 37747:2d5b5bcc3b9f |
---|---|
43 test-check-module-imports.t | 43 test-check-module-imports.t |
44 test-check-pyflakes.t | 44 test-check-pyflakes.t |
45 test-check-pylint.t | 45 test-check-pylint.t |
46 test-check-shbang.t | 46 test-check-shbang.t |
47 test-children.t | 47 test-children.t |
48 test-clone-cgi.t | |
48 test-clone-pull-corruption.t | 49 test-clone-pull-corruption.t |
49 test-clone-r.t | 50 test-clone-r.t |
50 test-clone-update-order.t | 51 test-clone-update-order.t |
51 test-command-template.t | 52 test-command-template.t |
52 test-commit-amend.t | 53 test-commit-amend.t |