[
https://issues.apache.org/jira/browse/AVRO-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883962#action_12883962
]
Michael Greene commented on AVRO-588:
-------------------------------------
Not important, but wouldn't
{{
try:
from hashlib import md5
except ImportError:
from md5 import md5
}}
be simpler and preferable? or "as compute_md5" if you're stuck on that.
> Allow Python implementation of Avro to be used with Python 2.4
> --------------------------------------------------------------
>
> Key: AVRO-588
> URL: https://issues.apache.org/jira/browse/AVRO-588
> Project: Avro
> Issue Type: Improvement
> Components: python
> Reporter: Jeff Hammerbacher
> Assignee: Jeff Hammerbacher
> Attachments: AVRO-588.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.