[issue44000] Current PY_VERSION 3.10.0a7+ does not conform to PEP 440

Cyril Jouve report at bugs.python.org
Sat May 1 13:06:30 EDT 2021


New submission from Cyril Jouve <jv.cyril at gmail.com>:

It was changed from 3.10.0a7 to 3.10.0a7+ in 
https://github.com/python/cpython/commit/04eecf7fac8bb8d7a19d14cf2009088046956ab5

According to https://www.python.org/dev/peps/pep-0440/#public-version-identifiers, it should be something like 3.10.0a7.post1

or with https://www.python.org/dev/peps/pep-0440/#local-version-identifiers, it should be something like 3.10.0a7+post

see also implementation in packaging: https://github.com/pypa/packaging/blob/main/packaging/version.py#L225

----------
messages: 392607
nosy: Cyril Jouve
priority: normal
severity: normal
status: open
title: Current PY_VERSION 3.10.0a7+ does not conform to PEP 440

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44000>
_______________________________________


More information about the Python-bugs-list mailing list