This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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) (Python triager) 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) * (Python committer) 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) (Python triager) 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) (Python triager) 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) * (Python committer) 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) (Python triager) 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:45adminsetgithub: 49551
2012-03-27 01:09:16r.david.murraysetstatus: open -> closed
stage: resolved
2012-03-27 01:07:53python-devsetmessages: + msg156889
2012-03-22 04:11:32eric.araujosetstatus: closed -> open

nosy: + eric.araujo
messages: + msg156540

stage: resolved -> (no value)
2011-11-04 17:16:08python-devsetmessages: + msg147017
2011-09-04 06:41:15python-devsetmessages: + msg143474
2011-08-20 22:21:01sandro.tosisetstatus: open -> closed

assignee: sandro.tosi
versions: + Python 3.3, - Python 3.1
nosy: + sandro.tosi

messages: + msg142576
resolution: fixed
stage: patch review -> resolved
2011-08-20 22:19:00python-devsetnosy: + python-dev
messages: + msg142575
2010-07-09 15:35:59BreamoreBoysetversions: + Python 3.1, Python 3.2
nosy: + BreamoreBoy

messages: + msg109753

stage: patch review
2009-02-17 21:56:30adhintzcreate