I have been reviewing recommendations on how best to manage legacy ArcMap python 2.7 scripts, for the purpose of upgrading them for use in ArcGIS Pro/Enterprise 3.4 and 3.5.
While doing so I found this helpful document about the Analyze Tools For Pro (Data Management)
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/analyzetoolsforpro.htm
It states that the Analyze Tools for Pro uses the Python 2to3 utility to review Python Code.
Sounds great right?
Well it would, except that 2to3 is deprecated since version 3.11. (Does pro stick to 3.11 current version in development is 3.15?)

I checked in my local Python 312 install and noticed this tool is not found anywhere.
So my question is, is this tool still available and works in ArcGIS Pro if python removed the lib2to3 module?
Will the advice be changing if its not able to be used moving forward?