The Wayback Machine - https://web.archive.org/web/20221219150935/https://github.com/python/devguide/issues/883
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Mariatta commentedJun 6, 2022
Describe the enhancement or feature you'd like
Currently we have to open a browser and read the status of Python branches.
https://devguide.python.org/#status-of-python-branches
It would be great if that info is available in CSV format instead of in an rst table.
If the data is in CSV, we can then write scripts to programmatically parse the table and find the info we need.
According to @ezio-melotti , Sphinx support the
.. csv-table::directive, so we can use that instead of the current rst table syntax.The text was updated successfully, but these errors were encountered: