mirror of https://github.com/zulip/zulip.git
Remove six.moves.urllib usage.
This commit is contained in:
parent
5ee40bf718
commit
88a828dd0c
|
@ -76,7 +76,7 @@ def upload_file_backend(request, user_profile):
|
|||
# strings containing bytes and is rendered incorrectly.
|
||||
#
|
||||
# Example:
|
||||
# >>> from six.moves import urllib
|
||||
# >>> import urllib.parse
|
||||
# >>> name = u'%D0%97%D0%B4%D1%80%D0%B0%D0%B2%D0%B5%D0%B8%CC%86%D1%82%D0%B5.txt'
|
||||
# >>> print(urllib.parse.unquote(name))
|
||||
# ÐдÑавеиÌÑе # This is wrong
|
||||
|
|
Loading…
Reference in New Issue