On Jul 1, 2010, at 4:49 PM, Snaky Love wrote: > Hi, > there is a little bug with non-ascii locations in /locations/new/ - if > you search for a city like München it will be triggered. I think it is > easy to fix: in geocoders_old.py do not import urlencode from urllib, > but from django.utils.http.
The correct place to report and fix this bug is at geopy [1]. However, you will likely not get very far with adding a Django dependency to a non-Django dependent project. You might have to copy the correct function into their source code since I do believe this is a fundamental bug in Python's stdlib and which is why Django has an improved version. [1]: http://code.google.com/p/geopy -- You received this message because you are subscribed to the Google Groups "Pinax Core Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pinax-core-dev?hl=en.
