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: Bugfix: content-type header parsing
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, nnorwitz, pefu
Priority: normal Keywords: patch

Created on 2002-09-24 06:52 by pefu, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
webchecker.patch pefu, 2002-09-24 06:52 Patch to python/dist/src/Tools/webchecker/webchecker.py
Messages (3)
msg41216 - (view) Author: Peter Funk (pefu) Date: 2002-09-24 06:52
webchecker.py stumbles on 
    content-type: text/html; charset=iso8859-1
This patch should fix it.
Discovery is courtesy of Maik Jablonski, who posted an
initial fix on the german zope user group mailing list
(zope at dzug.org).
msg41217 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-10-09 23:43
Logged In: YES 
user_id=33168

This makes sense to me.  Fred, assign back to me if you want
me to check in.
msg41218 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2002-11-12 22:22
Logged In: YES 
user_id=3066

Checked in a modified version of the patch in
Tools/webchecker/webchecker.py revisions 1.29 and 1.25.6.2.
History
Date User Action Args
2022-04-10 16:05:42adminsetgithub: 37210
2002-09-24 06:52:05pefucreate