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: Update mimetypes documentation
Type: Stage: patch review
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, ezio.melotti, orsenthil, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-08-20 21:49 by sandro.tosi, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mimetypes_doc_update.patch sandro.tosi, 2011-08-20 21:49 review
mimetypes_doc_update-v2.patch sandro.tosi, 2011-08-23 21:56 review
Messages (7)
msg142572 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-08-20 21:49
Following http://mail.python.org/pipermail/docs/2011-June/004727.html I've updated the mimetypes module doc.

Some changes I would like to do (but I didn't, since I'd like to hear comments):

- move the example of the module before the definition of MimeTypes class (so right below mimetypes.common_types)
- move all the text about MimeTypes class in the subsection that talks about it.

Comments, as always, are welcome.
msg142617 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-08-21 12:25
> Some changes I would like to do
+1 on those.
msg142866 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-08-23 21:56
Here attached a new patch incorporating Ezio & Eric suggestions.
msg150129 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-12-23 02:54
New changeset aef79ff1bc9b by Senthil Kumaran in branch '3.2':
Issue12798 - Update mimetypes documentation. Correct the doc section where
http://hg.python.org/cpython/rev/aef79ff1bc9b

New changeset 4b306aee21a4 by Senthil Kumaran in branch 'default':
Merge changes from 3.2
http://hg.python.org/cpython/rev/4b306aee21a4
msg150130 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-12-23 03:08
New changeset cfa3fe9d7b1f by Senthil Kumaran in branch '2.7':
porting mimetype doc changes from 3.2.
http://hg.python.org/cpython/rev/cfa3fe9d7b1f
msg150131 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-12-23 03:15
New changeset 9c19df6c8ea0 by Senthil Kumaran in branch '3.2':
News entry for Issue12798
http://hg.python.org/cpython/rev/9c19df6c8ea0
msg150133 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2011-12-23 03:21
Updated the doc with Sandro Tosi's suggested changes in all the codelines.
History
Date User Action Args
2022-04-11 14:57:20adminsetgithub: 57007
2011-12-23 03:21:53orsenthilsetstatus: open -> closed

nosy: + orsenthil
messages: + msg150133

resolution: fixed
2011-12-23 03:15:25python-devsetmessages: + msg150131
2011-12-23 03:08:49python-devsetmessages: + msg150130
2011-12-23 02:54:34python-devsetnosy: + python-dev
messages: + msg150129
2011-08-23 21:56:20sandro.tosisetfiles: + mimetypes_doc_update-v2.patch

messages: + msg142866
2011-08-21 12:25:27eric.araujosetnosy: + eric.araujo
messages: + msg142617
2011-08-20 21:49:06sandro.tosicreate