Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-2578

py3 avro should support both capitalizations of 'parse'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.9.2
    • python
    • None

    Description

      It would be easier for people transitioning between python2 and python3 to not have to do

      try:
          from avro.schema import parse
      except ImportError:
          from avro.schema import Parse as parse

      In order to keep the best compatibility, we should probably support both capitalizations.

      Attachments

        Issue Links

          Activity

            People

              kojiromike Michael A. Smith
              kojiromike Michael A. Smith
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: