New submission from Cyril Jouve <jv.cy...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44000>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to