Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I've found following error trying to execute the snippets from the docs (Python3.4 in Linux):
in
uppercase_escape()function of theutils.pymodule.Looking for a solution I found this post:
http://stackoverflow.com/questions/9327993/python3-unicode-escape-doesnt-work-with-non-ascii-bytes/12888081#12888081
So I changed the original function to:
I'm not proficient in Unicode so I don't know if this workaround is correct but now in my test it doesn't break.