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 vstinner
Recipients benjamin.peterson, eric.araujo, meatballhat, tim.peters, vstinner, ysj.ray
Date 2010-05-20.23:02:31
SpamBayes Score 0.1556018
Marked as misclassified No
Message-id <1274396553.27.0.980796992809.issue8774@psf.upfronthosting.co.za>
In-reply-to
Content
> You should handle the case of encoding being None.

detect_encoding() never returns None for the encoding. If there is no cookie, utf8 is returned by default.
History
Date User Action Args
2010-05-20 23:02:34vstinnersetrecipients: + vstinner, tim.peters, benjamin.peterson, eric.araujo, meatballhat, ysj.ray
2010-05-20 23:02:33vstinnersetmessageid: <1274396553.27.0.980796992809.issue8774@psf.upfronthosting.co.za>
2010-05-20 23:02:32vstinnerlinkissue8774 messages
2010-05-20 23:02:32vstinnercreate