Issue 1463: Minor error in mimetypes docs (original) (raw)

Issue1463

Created on 2007-11-19 15:54 by kjohnson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg57636 - (view) Author: Kent Johnson (kjohnson) * Date: 2007-11-19 15:54
In the mimetypes module docs http://docs.python.org/lib/module-mimetypes.html the section on add_type() should read "When strict is *true (the default)* the mapping".
msg57638 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2007-11-19 16:31
Fixed in the trunk (rev 59053). Thank you!
History
Date User Action Args
2022-04-11 14:56:28 admin set github: 45804
2007-11-19 16:31:52 facundobatista set status: open -> closedresolution: fixedmessages: + nosy: + facundobatista
2007-11-19 15:54:54 kjohnson create