glob(u'*'), and ASCII strings (which are incorrect) when you do glob('*').
>>> urllib.quote(u'\N{snowman}')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.6/urllib.py", line 1222, in quote
res = map(safe_map.__getitem__, s)
KeyError: u'\u2603'