[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2012-03-26 Thread R. David Murray
Changes by R. David Murray : -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2012-03-26 Thread Roundup Robot
Roundup Robot added the comment: 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 -- ___ Python tracker

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2012-03-21 Thread Éric Araujo
Éric Araujo added the comment: Reopening for 2.7. See http://bugs.python.org/issue13952#msg153106 and also Terry’s proposal in the last message. -- nosy: +eric.araujo stage: committed/rejected -> status: closed -> open ___ Python tracker

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2011-11-04 Thread Roundup Robot
Roundup Robot added the comment: 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 -- ___ Python tracker _

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: 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 -- ___ Python tracker _

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2011-08-20 Thread Sandro Tosi
Sandro Tosi added the comment: Thanks Drew for the issue and the patch: it has now been committed on all the active branches! -- assignee: -> sandro.tosi nosy: +sandro.tosi resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.3 -Py

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: 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) MI

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Just a one line addition to mimetypes.py -- nosy: +BreamoreBoy stage: -> patch review versions: +Python 3.1, Python 3.2 ___ Python tracker ___ _

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2009-02-17 Thread Drew Hintz
New submission from Drew Hintz : Adds a mimetype entry for image/vnd.microsoft.icon This mimetype is commonly used for favicon.ico files and is registered with IANA. -- components: Library (Lib) files: mimetypes.py.diff keywords: patch messages: 82373 nosy: adhintz severity: normal sta