Skip to content

Versioning scheme for modules from CPython stdlib #12

@pfalcon

Description

@pfalcon

For modules imported from CPython stdlib, I saw far just set version as 1.0, and then added/incremented micro version if any tweaks were later required.

But I guess, it would be more informative to set version to CPython's version from which module was imported, and then probably add revision suffix for any changes, e.g. "3.3.3-1". Hyphen in revision suffix of course assumed PyPI is ok with it (needs testing).

Comments welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    rfcRequest for Comment

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions