Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ python
- Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56)
- [GCC 4.4.5] on linux2
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import urllib
- >>> urllib.parse.unquote('%E4%B8%80-order.gif', encoding='utf-8')
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- AttributeError: 'module' object has no attribute 'parse'
Advertisement
Add Comment
Please, Sign In to add comment