AVRO-2920 Remove Python2 Polyfills (#948)

* AVRO-2920: Remove Python2 Imports

* AVRO-2920: Remove Static-Only Class

* AVRO-2920: Remove (object) from Class Definitions

* AVRO-2920: Remove Python 2 `next` Definition

* AVRO-2920: Remove Unicode/Str/Bytes/Basestring Polyfills

* AVRO-2920: Remove int/long Polyfills

* AVRO-2920: Remove Import Polyfills

* AVRO-2920: Use abc.abstractmethod Enforcement
32 files changed
tree: 0daabda300c796eac6eaf1666e41e2c91e9fb11a
  1. .github/
  2. .travis/
  3. doc/
  4. lang/
  5. share/
  6. .asf.yaml
  7. .editorconfig
  8. .gitignore
  9. .travis.yml
  10. .yamllint.yml
  11. BUILD.md
  12. build.sh
  13. composer.json
  14. DIST_README.txt
  15. docker-compose.yml
  16. LICENSE.txt
  17. NOTICE.txt
  18. pom.xml
  19. README.md
README.md

Build Status

Apache Avro™

Apache Avro™ is a data serialization system.

Learn more about Avro, please visit our website at:

https://avro.apache.org/

To contribute to Avro, please read:

https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute