Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jamadden committed Apr 26, 2017
1 parent ae8e28b commit f5ef128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zope/app/form/browser/tests/test_functional_i18n.py
Expand Up @@ -77,7 +77,8 @@ class _FakeResponse(FakeResponse):
if str is bytes:
# Up through at least 4.0.0 of zope.app.wsgi, Py2 has a bug,
# assuming headers are in unicode already, or are decodable
# implicitly to ascii
# implicitly to ascii.
# See https://github.com/zopefoundation/zope.app.wsgi/issues/7.
def getHeaders(self):
headers = super(_FakeResponse, self).getHeaders()
result = []
Expand Down

0 comments on commit f5ef128

Please sign in to comment.