[Patches] [ python-Patches-554192 ] mimetypes: all extensions for a type
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 29 Jul 2002 01:23:26 -0700
Patches item #554192, was opened at 2002-05-09 19:31
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=554192&group_id=5470
Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Nobody/Anonymous (nobody)
Summary: mimetypes: all extensions for a type
Initial Comment:
This patch adds a function guess_all_extensions to
mimetypes.py. This function returns all known
extensions for a given type, not just the first one
found in the types_map dictionary. guess_extension is
still present and returns the first from the list.
----------------------------------------------------------------------
>Comment By: Walter Dörwald (doerwalter)
Date: 2002-07-29 10:23
Message:
Logged In: YES
user_id=89016
The patch adds an inverted mapping (i.e. mapping from type
to a list of extensions). add_type simplifies adding a
type<->ext mapping to both dictionaries. If this method
should not be exposed we could make the name private.
(_add_type)
----------------------------------------------------------------------
Comment By: Martin v. Löwis (loewis)
Date: 2002-07-28 12:30
Message:
Logged In: YES
user_id=21627
What is the role of add_type in this patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=554192&group_id=5470