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

Remove deprecated TraitList, TraitDict and TraitTuple classes #1634

Merged
merged 4 commits into from
Apr 20, 2022

Conversation

mdickinson
Copy link
Member

This PR removes the TraitList, TraitDict and TraitTuple subclasses of TraitHandler, which have been deprecated since Traits 6.0. Users should use the List, Dict and Tuple subclasses of TraitType instead.

Checklist

  • Tests
  • Update API reference (docs/source/traits_api_reference)
  • Update User manual (docs/source/traits_user_manual)
  • Update type annotation hints in traits-stubs

traits/trait_handlers.py Show resolved Hide resolved
traits/trait_handlers.py Show resolved Hide resolved
@mdickinson mdickinson merged commit d056140 into main Apr 20, 2022
@mdickinson mdickinson deleted the remove-deprecated-trait-list-and-friends branch April 20, 2022 09:07
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.

2 participants