You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2010/06/04 23:53:03 UTC

[jira] Commented: (AVRO-526) Fall back to pure Python StringIO if cStringIO is not available

    [ https://issues.apache.org/jira/browse/AVRO-526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875769#action_12875769 ] 

Jeff Hammerbacher commented on AVRO-526:
----------------------------------------

Gah, missed datafile.py. Cleaned up in revision 951585, merged to branch-1.3 in 951587.

> Fall back to pure Python StringIO if cStringIO is not available
> ---------------------------------------------------------------
>
>                 Key: AVRO-526
>                 URL: https://issues.apache.org/jira/browse/AVRO-526
>             Project: Avro
>          Issue Type: Improvement
>          Components: python
>            Reporter: Esteve Fernandez
>            Priority: Minor
>             Fix For: 1.3.3
>
>         Attachments: 526-fallback-to-stringio.patch
>
>
> Currently, avro.ipc uses cStringIO directly, instead of falling back to plain StringIO. This is useful in environments where the native cStringIO module is not available.

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