[ 
https://issues.apache.org/jira/browse/LIBCLOUD-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomaz Muraus resolved LIBCLOUD-112.
-----------------------------------

    Resolution: Fixed
    
> Import simplejson before json
> -----------------------------
>
>                 Key: LIBCLOUD-112
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-112
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Compute, Core
>            Reporter: Geoff Greer
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: 112_import_simplejson_before_json.patch
>
>
> Right now libcloud imports json, and if that fails, imports simplejson. 
> Simplejson is usually more up to date than json and usually a little faster, 
> so I think it makes sense to import simplejson first, then json. This will 
> still work with old versions of python that don't have the json module.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to