Skip to content

Conversation

@AA-Turner
Copy link
Member

xref #892
@srittau

Actual typing_extensions PR. Unchanged from original.

A

Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

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

Thanks!

You (sensibly) removed a few non-underscored, but also not exported via __all__ attributes. As this is technically an API change (even though it's not exported via __all__), could you add these removals to typing_extensions/CHANGELOG:

  • TypingMeta
  • OLD_GENERICS
  • SUBS_TREE
  • HAVE_ANNOTATED
  • HAVE_PROTOCOLS

Also could you mention in the Changelog that starting with 4.0.0 support for Python 2 and <3.6 has been dropped?

A few more remarks below.

@AA-Turner AA-Turner force-pushed the cleanup-typing-extensions branch from de58c57 to 5d75e5f Compare November 11, 2021 15:12
@AA-Turner AA-Turner force-pushed the cleanup-typing-extensions branch from 5d75e5f to 12ec8de Compare November 11, 2021 15:12
@AA-Turner
Copy link
Member Author

Sorry, forgot to add a changelog entry earlier -- have now done so.

Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

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

Thanks again. For future reference: Please don't force push as it makes it harder to review changes.

@AA-Turner
Copy link
Member Author

Sorry - I had to rebase onto master to pick up the changelog -- is it better to merge in HEAD instead of rebase + force push?
A

@srittau srittau merged commit 6992984 into python:master Nov 11, 2021
@srittau
Copy link
Collaborator

srittau commented Nov 11, 2021

Yes, we squash merge anyway, so rebasing should not be necessary.

@srittau srittau mentioned this pull request Nov 11, 2021
@AA-Turner AA-Turner deleted the cleanup-typing-extensions branch November 11, 2021 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants