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 sgala
Recipients sgala
Date 2008-01-18.19:43:59
SpamBayes Score 0.24824685
Marked as misclassified No
Message-id <1200685441.85.0.862976764101.issue1867@psf.upfronthosting.co.za>
In-reply-to
Content
Basically I'm finding to simple errors:

 * an iterable where it expects a list, I solved it using a simple list
comprehension on the original iterable
 * it tries to write a string to the socket, I used "UTF-8" both in the
Content-Type header and in the conversion to bytes. It could easyly be
parameterized.

This two changes enabled me to get a basic pydoc running.
History
Date User Action Args
2008-01-18 19:44:02sgalasetspambayes_score: 0.248247 -> 0.24824685
recipients: + sgala
2008-01-18 19:44:01sgalasetspambayes_score: 0.248247 -> 0.248247
messageid: <1200685441.85.0.862976764101.issue1867@psf.upfronthosting.co.za>
2008-01-18 19:44:00sgalalinkissue1867 messages
2008-01-18 19:43:59sgalacreate