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 pitrou
Recipients orsenthil, pitrou, swaroopch
Date 2008-09-03.21:38:02
SpamBayes Score 0.01694801
Marked as misclassified No
Message-id <1220477883.88.0.346091089303.issue3763@psf.upfronthosting.co.za>
In-reply-to
Content
If you look at the headers of HTTP response, the encoding is utf-8. You
should also be able to get this information by calling the info() method
on the return value of urlopen().
History
Date User Action Args
2008-09-03 21:38:03pitrousetrecipients: + pitrou, orsenthil, swaroopch
2008-09-03 21:38:03pitrousetmessageid: <1220477883.88.0.346091089303.issue3763@psf.upfronthosting.co.za>
2008-09-03 21:38:03pitroulinkissue3763 messages
2008-09-03 21:38:02pitroucreate