urllib.urlopen doesn't accept Unicode strings.

Alex Martelli aleaxit at yahoo.com
Thu Mar 22 03:10:11 EST 2001


"Aahz Maruch" <aahz at panix.com> wrote in message
news:99bk6c$hh7$1 at panix6.panix.com...
> In article <j4n1aeycsl.fsf at informatik.hu-berlin.de>,
> Martin von Loewis  <loewis at informatik.hu-berlin.de> wrote:
> >
> >using types.UnicodeType is much better than type(u"")
>
> Really?  I haven't seen any strong consensus on this issue.

Me neither.  Personally, I generally find type(aconstant)
more directly usable than types.WhateverType, though I do
not think it's that big a deal either way.


Alex






More information about the Python-list mailing list