Changes between Version 13 and Version 14 of Python


Ignore:
Timestamp:
Sep 16, 2023, 2:12:05 AM (8 months ago)
Author:
jmroot (Joshua Root)
Comment:

Update policy as per #68130

Legend:

Unmodified
Added
Removed
Modified
  • Python

    v13 v14  
    5050End-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.
    5151
    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.
     52The 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.