Changes between Version 7 and Version 8 of Python


Ignore:
Timestamp:
Sep 17, 2019, 5:12:06 AM (5 years ago)
Author:
jmroot (Joshua Root)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python

    v7 v8  
    4242Mailing List archive: [https://lists.macports.org/pipermail/macports-dev/2011-August/015659.html Unifying Python Ports]
    4343[https://lists.macports.org/pipermail/macports-dev/2011-September/016189.html Python portgroup]
     44
     45== Version Policy ==
     46Ports should attempt to support the latest stable version of Python, and should generally avoid using Python versions that are no longer receiving upstream updates (a.k.a. "end-of-life"), unless it is impossible to use a newer version for some reason. As always, no port should be removed without first ensuring it has no remaining dependents (remember that this applies recursively), and the permission of relevant maintainers should be obtained. Port maintainers may extend support for older Python versions at their discretion.
     47
     48End-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.
     49
     50The 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.