nginxinc / crossplane

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

Modified builder._enquote() to not use 'unicode-internal' #76

Closed slotnick closed 4 years ago

slotnick commented 4 years ago

The codec unicode-internal has been long deprecated in Python 3.x and was formally removed in Python 3.8

Decoding to unicode-internal is removed from builder._enquote() for Python 3.x