marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

URLGenerator does not work with unicode URLs #137

Closed agronholm closed 11 years ago

agronholm commented 11 years ago

At the end of _partial() and _full(), it calls str(url) which will fail if any non-ascii characters were used in the URL.