[ 
https://issues.apache.org/jira/browse/LIBCLOUD-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808688#comment-13808688
 ] 

Michael Farrell commented on LIBCLOUD-429:
------------------------------------------

Unit test that exposes the issue on Python 2.6/2.7:

https://github.com/Caramel/libcloud/commit/f8e5633e14a420f8ad19b9540ca173a27ba0d2bd

Fix for the bug, which I've tested and appears to work on Python 2.6/2.7/3.3:

https://github.com/Caramel/libcloud/commit/ed7d79e50e9a645b435984e774e0ea91f18cab52

> Unicode filenames on Python 2 cause urlquote to fail
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-429
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-429
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Storage
>    Affects Versions: 0.13.2
>         Environment: Python 2.6, 2.7
>            Reporter: Michael Farrell
>
> Using filenames (or anything that urlquote is passed) on Python 2 cause an 
> exception:
> {code}
>   File "/usr/lib/python2.7/urllib.py", line 1268, in quote
>     return ''.join(map(quoter, s))
> KeyError: u'\xe9'
> {code}
> There is a compatibility module {{libcloud.utils.py3}} which is supposed to 
> handle compatibility issues between the two Python versions.
> I've written a test case for this error and a patch.  It appears to function 
> correctly on Python 2.6, 2.7 and 3.3.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to