[issue1867] patch for pydoc to work in py3k

2008-01-27 Thread Georg Brandl
Georg Brandl added the comment: Done in r60366, thanks! __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue1867] patch for pydoc to work in py3k

2008-01-21 Thread Santiago Gala
Santiago Gala added the comment: El sáb, 19-01-2008 a las 20:44 +, Georg Brandl escribió: > Georg Brandl added the comment: > > Fixed in r60100. > If the problem with the output of filter is solved at the call site I'd suggest the second hunk of: $ svn diff Lib/pydoc.py Index: Lib/pydoc.p

[issue1867] patch for pydoc to work in py3k

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60100. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1867] patch for pydoc to work in py3k

2008-01-18 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Library (Lib) -Documentation keywords: +easy, patch priority: -> normal type: -> behavior __ Tracker <[EMAIL PROTECTED]> __ _

[issue1867] patch for pydoc to work in py3k

2008-01-18 Thread Santiago Gala
New submission from Santiago Gala: 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 convers