Actions
Bug #14769
closedremove support for Python 2.x
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Python 2 went EOL in January 2020, distributions I know of only ship it coincidentally or not at all and without using the illumos support for it either way. We should remove the python 2 bits and simplify our lives.
Related issues
Updated by Rich Lowe over 1 year ago
- Related to Feature #12290: mdb: libpython should use python3 and remove 32-bit libpython module added
Updated by Rich Lowe over 1 year ago
testing:
- built and upgraded illumos
- tested the mdb dmod against python 3.5 (the default python3 in my env)
I'm not sure exactly what else I can do, since nothing uses these things with python 2.x any more, and that's in fact the point.
Updated by David Stes over 1 year ago
- Related to Feature #14791: mkdocs needs to be updated added
Updated by Electric Monk over 1 year ago
- % Done changed from 0 to 100
- Status changed from In Progress to Closed
git commit 70143b9fb6146f632b4b5d924e508df293b600df
commit 70143b9fb6146f632b4b5d924e508df293b600df Author: Richard Lowe <richlowe@richlowe.net> Date: 2022-07-18T21:25:22.000Z 14769 remove support for Python 2.x Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions