Changes between Version 13 and Version 14 of Python
- Timestamp:
- Sep 16, 2023, 2:12:05 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python
v13 v14 50 50 End-of-life Python versions should include the deprecated portgroup so that users know they are EOL and can make an informed decision whether to continue using them. 51 51 52 The setuptools, pip and virtualenv modules should continue to be provided even for EOL Python versions, so that users who need them can still install modules.52 The setuptools, pip and virtualenv modules should continue to be provided for EOL Python versions less than 3.4, so that users who need them can still install modules. Python 3.4 and later provide the `ensurepip` module as well as `venv`, which are sufficient for this purpose.