-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
The second problem is not clear whether it was intentional or a mistake. The actual type returned by the metadata function is a subclass of email.message.Message which supports "dict-like" operations like .get and .items(). I have seen some scripts rely on this dict-like behavior and I only noticed these methods are not present in PackageMetadata protocol because of pyright complaining.
Are those methods intentionally left out of the protocol or should they be added?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested