I just installed the first release candidate of Python 3.0 and got this error after typing:
>>> help('modules foo')
[...] LookupError: unknown encoding: uft-8
Notice that it says uft-8 and not utf-8
Is this a py3k specific bug or a misconfiguration on my part? I do not have any other versions of Python installed on this French locale Windows XP SP3 machine.
Edit
A bug has been filled by Alex Coventry on October 16th.