Suggestion to Unify Python Shim Styles in Version and Main
In the Version bucket, versions like Python 3.11 and Python 3.10 have added shims such as python31x and idle31x. However, these unified naming conventions are missing in Main.
Here is the configuration for Python 3.11 in the Version bucket:
To facilitate differentiation when multiple Python environments are installed simultaneously, I suggest modifying the Main configuration to align with the Version configuration by adding the corresponding python310, python311, and idle310, idle311 shims.
Prerequisites
Criteria
Name
python
Description
python
Homepage
https://www.python.org/
Download Link(s)
https://www.python.org/downloads/
Some Indication of Popularity/Repute
Suggestion to Unify Python Shim Styles in Version and Main
In the Version bucket, versions like Python 3.11 and Python 3.10 have added shims such as
python31x
andidle31x
. However, these unified naming conventions are missing in Main.Here is the configuration for Python 3.11 in the Version bucket:
Here is the configuration for Python 3.10 in the Version bucket:
Current Main Configuration:
Recommendation:
To facilitate differentiation when multiple Python environments are installed simultaneously, I suggest modifying the Main configuration to align with the Version configuration by adding the corresponding
python310
,python311
, andidle310
,idle311
shims.