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
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.