Re: [Python-Dev] using help function in Py3k

2009-05-11 Thread s|s
On Tue, May 5, 2009 at 7:13 PM, Daniel Stutzbach wrote: > On Tue, May 5, 2009 at 5:41 AM, s|s wrote: >> >> LookupError: unknown encoding: uft-8 > > uft-8? > > Looks like a variation of Issue 4540 (or a duplicate?  I can't tell) > Yes. It is the same issue. I don't think pydoc should be modified.

Re: [Python-Dev] using help function in Py3k

2009-05-05 Thread Daniel Stutzbach
On Tue, May 5, 2009 at 5:41 AM, s|s wrote: > LookupError: unknown encoding: uft-8 > uft-8? Looks like a variation of Issue 4540 (or a duplicate? I can't tell) -- Daniel Stutzbach, Ph.D. President, Stutzbach Enterprises, LLC

Re: [Python-Dev] using help function in Py3k

2009-05-05 Thread Aahz
On Tue, May 05, 2009, s|s wrote: > > I Ran Python 3.0 for the first time. I used help() function and wrote > "modules hash". It issues an error. Please file a report on bugs.python.org -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ "It is easier to optimize cor