Skip to content

[docs] Contradictory information about what versions of python are supported #5368

Description

@Jennifer88huang-zz

Describe the bug
There is contradictory information about what versions of python are supported.

  1. It says that versions 3.4-3.7 are supported at http://pulsar.apache.org/docs/en/client-libraries-python/
  2. It says that only version 2.7 is supported at http://pulsar.apache.org/api/python/
    The info is out-of-date and needs regenerating.
  3. python3 now being supported, there is other new functionality
    which is not shown: e.g.
  • Client.create_producer and Client.create_reader can take a "schema"
    argument
  • Message.value() contains the object deserialized via schema

Note: The issue is found and reported by Brian (b.candler@pobox.com). Thank Brian for his contribution.

Metadata

Metadata

Labels

docYour PR contains doc changes, no matter whether the changes are in markdown or code files.type/bugThe PR fixed a bug or issue reported a bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions