You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Michael A. Smith (Jira)" <ji...@apache.org> on 2019/10/27 01:29:00 UTC

[jira] [Resolved] (AVRO-2578) py3 avro should support both capitalizations of 'parse'

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

Michael A. Smith resolved AVRO-2578.
------------------------------------
    Fix Version/s: 1.10.0
       Resolution: Fixed

> py3 avro should support both capitalizations of 'parse'
> -------------------------------------------------------
>
>                 Key: AVRO-2578
>                 URL: https://issues.apache.org/jira/browse/AVRO-2578
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: python
>            Reporter: Michael A. Smith
>            Assignee: Michael A. Smith
>            Priority: Major
>             Fix For: 1.10.0
>
>
> It would be easier for people transitioning between python2 and python3 to not have to do
> {code:java}
> try:
>     from avro.schema import parse
> except ImportError:
>     from avro.schema import Parse as parse{code}
> In order to keep the best compatibility, we should probably support both capitalizations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)