This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Why there isn't a “Python 2.2” for PyPI's classifiers?
Type: Stage: resolved
Components: Distutils Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, eric.araujo, eric.smith, prasechen, steven.daprano
Priority: normal Keywords:

Created on 2021-12-04 13:12 by prasechen, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (4)
msg407663 - (view) Author: chen-y0y0 (prasechen) Date: 2021-12-04 13:12
The output:
Upload failed (400): Invalid value for classifiers. Error: Classifier ' Programming Language :: Python :: 2.2' is not a valid classifier.
error: Upload failed (400): Invalid value for classifiers. Error: Classifier ' Programming Language :: Python :: 2.2' is not a valid classifier.
So, why is there no Python 2.2? Is it because it is outdated or because it is discriminated against?
msg407664 - (view) Author: chen-y0y0 (prasechen) Date: 2021-12-04 13:26
And NOT ONLY Python 2.2, there aren't also Python 2.1 or earlier version.
msg407667 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2021-12-04 14:09
What's the use case for this? Can wheels even be installed in 2.2?

I think it's safe to assume the classifiers are not present because they're outdated.

I think https://github.com/pypa/pypi-support/issues would be the best place to report this, since it's not a bug in python itself.
msg407694 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2021-12-05 00:44
This is not a performance issue. Why did you flag it as performance?

Python 2.2 and 2.1 are so out of date that I'm just going to close this and not even ask why you are bothering to write and publish code for Python 2.2 :-)
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90138
2021-12-05 00:44:21steven.dapranosetstatus: open -> closed

type: performance ->
versions: - Python 3.6, Python 3.7, Python 3.8, Python 3.9, Python 3.10, Python 3.11
nosy: + steven.daprano

messages: + msg407694
resolution: not a bug
stage: resolved
2021-12-04 14:09:46eric.smithsetnosy: + eric.smith
messages: + msg407667
2021-12-04 13:26:48prasechensetmessages: + msg407664
2021-12-04 13:12:15prasechencreate