On Wed, Jun 23, 2010 at 2:51 AM, Anand Chitipothu <[email protected]> wrote: > 2010/6/22 benhoyt <[email protected]>: >> Hi guys, >> >> I've just been running into problems with urllib.urlencode() not being >> Unicode-aware (i.e., not converting values to utf-8 first). And then I >> discovered web.http.urlencode(), which is great, however, "urlencode" >> is not listed at the top of http.py in the __all__ list, so you can't >> call web.urlencode() directly as per the other utility functions. >> >> This seems like a generally useful function -- could it be added to >> http.py's __all__? > > How about moving it to utils?
Makes more sense. -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
