Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of included items by the version in which they were included in Python. #299

Open
nuno-andre opened this issue Nov 15, 2023 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@nuno-andre
Copy link

This list, formerly included in the readme, is extremely useful. Especially when developing on a later version than the minimum supported by the code.

Would you consider adding it back into the docs?

@JelleZijlstra
Copy link
Member

Yes, we can add a section for this in https://typing-extensions.readthedocs.io/en/latest/

@nuno-andre
Copy link
Author

Happy to help with this. Could you provide a suitable format?

@JelleZijlstra
Copy link
Member

Open to suggestions from others, but one approach would be to have a table with four columns:

  • Name of the object (cross-linked to its docs entry)
  • Python version when it was added to the standard library
  • Version when it was added to typing-extensions (if it's in the changelog, no need to figure out the exact versions before 4.0 when we didn't keep a changelog)
  • PEP that added the feature (if any)

@AlexWaygood
Copy link
Member

one approach would be to have a table with four columns

That sounds good to me. I'd vote for us using a list-table; they're much easier to maintain than the other style.

@AlexWaygood AlexWaygood added the documentation Improvements or additions to documentation label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants