[ python-Bugs-1014022 ] mimetypes add_type has bogus self parameter

SourceForge.net noreply at sourceforge.net
Mon Aug 23 03:39:45 CEST 2004


Bugs item #1014022, was opened at 2004-08-22 18:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1014022&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Cliff Wells (cliffwells18)
Assigned to: Nobody/Anonymous (nobody)
Summary: mimetypes add_type has bogus self parameter

Initial Comment:
Python 2.3.3

mimetypes module defines the following function:

def add_type(self, type, ext, strict=True)

This is incorrect as there should be no "self" argument.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1014022&group_id=5470


More information about the Python-bugs-list mailing list