This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: __file__ and co_filename as unicode
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: out of date
Dependencies: Superseder: Decode __file__ and co_filename to unicode using fs default
View: 1272
Assigned To: Nosy List: christian.heimes
Priority: normal Keywords: patch

Created on 2007-10-11 15:49 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k_file_fsenc.patch christian.heimes, 2007-10-11 15:49
Messages (1)
msg56345 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-10-11 15:49
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.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45605
2007-10-14 01:02:25gvanrossumsetstatus: open -> closed
resolution: out of date
superseder: Decode __file__ and co_filename to unicode using fs default
2007-10-11 19:29:44loewissetkeywords: + patch
2007-10-11 15:49:24christian.heimescreate