X Tutup
Skip to content

Remove/update references to EOL Python versions#1227

Merged
hugovk merged 2 commits intopython:mainfrom
hugovk:rm-old-version-refs
Dec 8, 2023
Merged

Remove/update references to EOL Python versions#1227
hugovk merged 2 commits intopython:mainfrom
hugovk:rm-old-version-refs

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Nov 18, 2023

Fixes #661.

We've already removed quite a few other old ones, such as instructions for building older Python versions.


📚 Documentation preview 📚: https://cpython-devguide--1227.org.readthedocs.build/

designed explicitly to make porting existing code to Argument Clinic
easier. And to be clear, their use is acceptable when porting code for
Python 3.4.
easier.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this sentence is useful since it's about legacy converters? @erlend-aasland?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this sentence. IIRC, legacy converters are just aliases for "normal" converters. I can take a closer look tomorrow. Ping me again if I take too long.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erlend-aasland ping :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with removing this. AFAICS, it has no relevance anymore. If it causes great havoc, I'll take the blame :)

@hugovk hugovk merged commit bb69125 into python:main Dec 8, 2023
@hugovk hugovk deleted the rm-old-version-refs branch December 8, 2023 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider removing out of date instructions for obsolete Python versions that are no longer developed or supported

3 participants

X Tutup