certbot/certbot-ci
alexzorin f5a88ade54
nginx: fix Unicode crash on Python 2 (#8480)
* nginx: fix py2 unicode sandwich

The nginx parser would crash when saving configuraitons containing
Unicode, because py2's `str` type does not support Unicode.

This change fixes that crash by ensuring that a string type supporting
Unicode is used in both Python 2 and Python 3.

* nginx: add unicode to the integration test config

* update CHANGELOG
2020-11-27 18:15:27 +01:00
..
certbot_integration_tests nginx: fix Unicode crash on Python 2 (#8480) 2020-11-27 18:15:27 +01:00
snap_integration_tests Make externally snapped plugin updates more stable (#8145) 2020-07-22 17:07:07 -07:00
windows_installer_integration_tests Windows installer integration tests (#7724) 2020-02-05 14:12:29 -08:00
MANIFEST.in [Unix] Create a framework for certbot integration tests: PART 3g (#6953) 2019-04-15 17:39:38 -07:00
setup.py Add Python 3.9 support and tests (#8460) 2020-11-19 12:48:36 -08:00