nginxinc / crossplane

Quick and reliable way to convert NGINX configurations into JSON and back.
Apache License 2.0
719 stars 87 forks source link

_enquote function uses 'unicode-internal', which was removed in Python 3.8. #75

Closed slotnick closed 4 years ago

slotnick commented 4 years ago

Describe the bug While running under Python 3.8.1: File "...lib/python3.8/site-packages/crossplane/builder.py", line 69, in _enquote arg = codecs.decode(arg, 'unicode-internal') LookupError: unknown encoding: unicode-internal

framer777 commented 4 years ago

https://github.com/nginxinc/crossplane/pull/76 merged