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 (Updated) (JIRA)" <ji...@apache.org> on 2012/01/03 07:38:26 UTC

[jira] [Updated] (AVRO-854) python DataFileWriter and DataFileReader should implement __enter__ and __exit__

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

Harsh J updated AVRO-854:
-------------------------

    Attachment: AVRO-854.patch
    
> python DataFileWriter and DataFileReader should implement __enter__ and __exit__
> --------------------------------------------------------------------------------
>
>                 Key: AVRO-854
>                 URL: https://issues.apache.org/jira/browse/AVRO-854
>             Project: Avro
>          Issue Type: New Feature
>          Components: python
>    Affects Versions: 1.5.1
>            Reporter: Jeremy Lewi
>            Assignee: Harsh J
>            Priority: Minor
>         Attachments: AVRO-854.patch
>
>
> I think The python classes 
> {noformat}
> avio.datafile.DataFileWriter
> avio.datafile.DataFileReader
> {noformat}
> should implement the methods
> {noformat}
> __enter__
> __exit__
> {noformat}
> So that they can be used in with statements as context managers
> see http://docs.python.org/release/2.5.2/lib/typecontextmanager.html

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