-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Open
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
the audio versions of these containers are already supported
Lines 527 to 530 in 4b63cd1
'.3gp' : 'audio/3gpp', | |
'.3gpp' : 'audio/3gpp', | |
'.3g2' : 'audio/3gpp2', | |
'.3gpp2' : 'audio/3gpp2', |
the video versions should be too. They are already registered with IANA here: https://www.iana.org/assignments/media-types/media-types.xhtml
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
Issue where those audio/ mimetypes were added #87160
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancementA feature request or enhancement