You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Harsh J Chouraria (JIRA)" <ji...@apache.org> on 2010/08/19 22:28:16 UTC

[jira] Updated: (AVRO-619) Prefer the JSON module of python's stdlib over simplejson.

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

Harsh J Chouraria updated AVRO-619:
-----------------------------------

    Attachment: avro.json.priority.r1.diff

Patch to re-order the imports.

> Prefer the JSON module of python's stdlib over simplejson.
> ----------------------------------------------------------
>
>                 Key: AVRO-619
>                 URL: https://issues.apache.org/jira/browse/AVRO-619
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>    Affects Versions: 1.3.3
>         Environment: Any/All, Python 2.6.5
>            Reporter: Harsh J Chouraria
>             Fix For: 1.4.0
>
>         Attachments: avro.json.priority.r1.diff
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> Give the stdlib's json a higher import priority over simplejson modules, which is only required if the python version is < 2.6. Currently even 2.6 version of python running avro code would begin utilizing simplejson over its own provided json library, which should not be the case.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.