[issue1264] __file__ and co_filename as unicode

2007-10-11 Thread Christian Heimes
New submission from Christian Heimes: This is a *preliminary* patch for __file__ and co_filename which decodes char* / PyString using the FS default encoding. I'm still working on it. -- components: Interpreter Core files: py3k_file_fsenc.patch messages: 56345 nosy: tiran severity: norma

[issue1264] __file__ and co_filename as unicode

2007-10-11 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1264] __file__ and co_filename as unicode

2007-10-13 Thread Guido van Rossum
Changes by Guido van Rossum: -- resolution: -> out of date status: open -> closed superseder: -> Decode __file__ and co_filename to unicode using fs default __ Tracker <[EMAIL PROTECTED]> __