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.

Author doko
Recipients doko, georg.brandl
Date 2009-04-05.15:03:32
SpamBayes Score 0.18823574
Marked as misclassified No
Message-id <1238943815.07.0.410392153276.issue5698@psf.upfronthosting.co.za>
In-reply-to
Content
[forwarded from http://bugs.debian.org/411524]

"""
If you feed the output of pydoc -w [some module] to the w3 validator, it
complains about two issues:
firstly, the doctype is wrong. It should be:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
not 
<!doctype...
[note case]

Secondly, no charset is specified. Just doing
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > in
the head
would probably do.
"""
History
Date User Action Args
2009-04-05 15:03:35dokosetrecipients: + doko, georg.brandl
2009-04-05 15:03:35dokosetmessageid: <1238943815.07.0.410392153276.issue5698@psf.upfronthosting.co.za>
2009-04-05 15:03:33dokolinkissue5698 messages
2009-04-05 15:03:33dokocreate