Skip to content

Instantly share code, notes, and snippets.

@dimitriipro
Created February 14, 2017 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimitriipro/9f962980b0c7dd2bae1b6fd66ed4b22e to your computer and use it in GitHub Desktop.
Save dimitriipro/9f962980b0c7dd2bae1b6fd66ed4b22e to your computer and use it in GitHub Desktop.
Вывод русского языка etree в читаемом виде
print(etree.tostring(root, encoding="utf-8", pretty_print=True).decode('utf-8'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment