[issue3145] help> modules os raises UnicodeDecodeError

2008-06-19 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Corrected with r64411. Thanks for the report! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3145] help> modules os raises UnicodeDecodeError

2008-06-19 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I added some print statements, and it appears that the function is trying to read get the source of "test.badsyntax_pep3120" ! -- nosy: +amaury.forgeotdarc ___ Python tracker <[EMAIL PROTECTE

[issue3145] help> modules os raises UnicodeDecodeError

2008-06-19 Thread Michael Yang
New submission from Michael Yang <[EMAIL PROTECTED]>: >>> help() help> modules os Here is a list of matching modules. Enter any module name to get more help. posix - This module provides access to operating system ... stringprep - Library that exposes various tables found in the StringPrep RFC