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 benjamin.peterson
Recipients benjamin.peterson, eric.araujo, meatballhat, tim.peters, vstinner, ysj.ray
Date 2010-05-20.23:12:53
SpamBayes Score 0.087294646
Marked as misclassified No
Message-id <AANLkTikgk2zdiHOZVgQPBQnoyOxXcbJZqpiAjDy2BABz@mail.gmail.com>
In-reply-to <1274396553.27.0.980796992809.issue8774@psf.upfronthosting.co.za>
Content
2010/5/20 STINNER Victor <report@bugs.python.org>:
>
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
>
>> 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.

Ah, right. looks ok then
History
Date User Action Args
2010-05-20 23:12:54benjamin.petersonsetrecipients: + benjamin.peterson, tim.peters, vstinner, eric.araujo, meatballhat, ysj.ray
2010-05-20 23:12:53benjamin.petersonlinkissue8774 messages
2010-05-20 23:12:53benjamin.petersoncreate