mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
* 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 |
||
|---|---|---|
| .. | ||
| testdata/etc_nginx | ||
| boulder-integration.conf.sh | ||
| configurator_test.py | ||
| display_ops_test.py | ||
| http_01_test.py | ||
| nginxparser_test.py | ||
| obj_test.py | ||
| parser_obj_test.py | ||
| parser_test.py | ||
| test_log_util.py | ||
| test_util.py | ||