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.
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:45 | admin | set | github: 49551 |
| 2012年03月27日 01:09:16 | r.david.murray | set | status: open -> closed stage: resolved |
| 2012年03月27日 01:07:53 | python-dev | set | messages: + msg156889 |
| 2012年03月22日 04:11:32 | eric.araujo | set | status: closed -> open nosy: + eric.araujo messages: + msg156540 stage: resolved -> (no value) |
| 2011年11月04日 17:16:08 | python-dev | set | messages: + msg147017 |
| 2011年09月04日 06:41:15 | python-dev | set | messages: + msg143474 |
| 2011年08月20日 22:21:01 | sandro.tosi | set | status: 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:00 | python-dev | set | nosy:
+ python-dev messages: + msg142575 |
| 2010年07月09日 15:35:59 | BreamoreBoy | set | versions:
+ Python 3.1, Python 3.2 nosy: + BreamoreBoy messages: + msg109753 stage: patch review |
| 2009年02月17日 21:56:30 | adhintz | create | |