marrow / WebCore

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

Dispatch raises UnicodeEncodeError with non-ascii URLs #136

Closed agronholm closed 12 years ago

agronholm commented 12 years ago

This is because the dispatcher uses getattr() which attempts to encode the URL part as ASCII.