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? -- 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.
