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: PyMac_GetFSRef should accept unicode
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: high Keywords:

Created on 2003-03-02 23:17 by jackjansen, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Messages (2)
msg14910 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-02 23:17
PyMac_GetFSRef() should accept a unicode filename argument, especially since calls like os.dir() can return unicode strings.
msg14911 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-11 22:00
Logged In: YES 
user_id=45365

Fixed in CVS.
History
Date User Action Args
2022-04-10 16:07:16adminsetgithub: 38082
2003-03-02 23:17:02jackjansencreate