-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
It would be nice if instead of the types like list or dict Sequence and Mapping could be used from collections.abc module
What is the feature request for?
The core library
The Problem
because the type is a list, a user can manually add a instance of something to a message.
The Ideal Solution
Sequence and Mapping are immutable types
The Current Solution
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request