Issue 5301: add mimetype for image/vnd.microsoft.icon (patch) (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/49551
classification
Title: | add mimetype for image/vnd.microsoft.icon (patch) | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | Library (Lib) | Versions: | Python 3.2, Python 3.3, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | sandro.tosi | Nosy List: | BreamoreBoy, adhintz, eric.araujo, python-dev, sandro.tosi |
Priority: | normal | Keywords: | patch |
Created on 2009-02-17 21:56 by adhintz, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
mimetypes.py.diff | adhintz,2009-02-17 21:56 | add mimetype for image/vnd.microsoft.icon | review |
Messages (8) | ||
---|---|---|
msg82373 - (view) | Author: Drew Hintz (adhintz) | Date: 2009-02-17 21:56 |
Adds a mimetype entry for image/vnd.microsoft.icon This mimetype is commonly used for favicon.ico files and is registered with IANA. | ||
msg109753 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010-07-09 15:35 |
Just a one line addition to mimetypes.py | ||
msg142575 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2011-08-20 22:19 |
New changeset 4964215ddcba by Sandro Tosi in branch '2.7': #5301: add image/vnd.microsoft.icon (.ico) MIME type http://hg.python.org/cpython/rev/4964215ddcba New changeset d9a0781c24b8 by Sandro Tosi in branch '3.2': #5301: add image/vnd.microsoft.icon (.ico) MIME type http://hg.python.org/cpython/rev/d9a0781c24b8 New changeset 95b230772469 by Sandro Tosi in branch 'default': #5301: merge with 3.2 http://hg.python.org/cpython/rev/95b230772469 | ||
msg142576 - (view) | Author: Sandro Tosi (sandro.tosi) * ![]() |
Date: 2011-08-20 22:21 |
Thanks Drew for the issue and the patch: it has now been committed on all the active branches! | ||
msg143474 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2011-09-04 06:41 |
New changeset cba2558b73ee by Sandro Tosi in branch '3.2': #5301: add image/vnd.microsoft.icon (.ico) MIME type http://hg.python.org/cpython/rev/cba2558b73ee | ||
msg147017 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2011-11-04 17:16 |
New changeset 33680de042e7 by Éric Araujo in branch '2.7': Revert commit that was not a bugfix (#5301). http://hg.python.org/cpython/rev/33680de042e7 | ||
msg156540 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2012-03-22 04:11 |
Reopening for 2.7. See http://bugs.python.org/issue13952#msg153106 and also Terry’s proposal in the last message. | ||
msg156889 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2012-03-27 01:07 |
New changeset 3e7f6f931e09 by R David Murray in branch '2.7': #5301: re-add image/vnd.microsoft.icon per discussion http://hg.python.org/cpython/rev/3e7f6f931e09 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:45 | admin | set | github: 49551 |
2012-03-27 01:09:16 | r.david.murray | set | status: open -> closedstage: resolved |
2012-03-27 01:07:53 | python-dev | set | messages: + |
2012-03-22 04:11:32 | eric.araujo | set | status: closed -> opennosy: + eric.araujomessages: + stage: resolved -> (no value) |
2011-11-04 17:16:08 | python-dev | set | messages: + |
2011-09-04 06:41:15 | python-dev | set | messages: + |
2011-08-20 22:21:01 | sandro.tosi | set | status: open -> closedassignee: sandro.tosiversions: + Python 3.3, - Python 3.1nosy: + sandro.tosimessages: + resolution: fixedstage: patch review -> resolved |
2011-08-20 22:19:00 | python-dev | set | nosy: + python-devmessages: + |
2010-07-09 15:35:59 | BreamoreBoy | set | versions: + Python 3.1, Python 3.2nosy: + BreamoreBoymessages: + stage: patch review |
2009-02-17 21:56:30 | adhintz | create |