On 08. 03. 22 0:30, Brett Cannon wrote:


On Mon, Mar 7, 2022 at 11:05 AM Christian Heimes <christ...@python.org <mailto:christ...@python.org>> wrote:

    On 07/03/2022 18.02, Petr Viktorin wrote:
     >> Why the devguide? I view the list of platforms as important for
    public
     >> consumption as for the core dev team to know what to (not)
    accept PRs
     >> for.
     >
     > So, let's put it in the main docs?
     > Yes, I guess the devguide is a weird place to check for this kind of
     > info. But a Python enhancement proposal is even weirder.


    +1 for our main docs (cpython/Doc/)

    Platform support is Python versions specific. Python 3.10 may support
    different version than 3.11 or 3.12. It makes sense to keep the support
    information with the code.


Technically it's CPython version-specific. I also don't know where we would list this in the docs. Looking at https://docs.python.org/3/ <https://docs.python.org/3/> I wouldn't know where to look for such information.

Yeah, I kind of have the same issue with backcompat expectations (https://discuss.python.org/t/documenting-python-versioning-and-stability-expectations/11090). We might need a new section for this kind of CPython-specific docs. Maybe repurpose the "Python Setup and Usage" section, which is CPython-specific already.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/SBC4SNWPCFRMC4KYIPC2VUJU7REJQ6DU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to