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: Allow os.access to handle Unicode file name
Type: Stage:
Components: Windows Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, nyamatongwe
Priority: normal Keywords: patch

Created on 2003-08-17 07:19 by nyamatongwe, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
uniaccess.diff nyamatongwe, 2003-08-17 07:19 Patch has implementation and unit test
Messages (2)
msg44464 - (view) Author: Neil Hodgson (nyamatongwe) Date: 2003-08-17 07:19
Patch to fix bug 789995 and unit test for fix.
msg44465 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-12 16:27
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

test_pep277.py 1.8
posixmodule.c 2.303
History
Date User Action Args
2022-04-10 16:10:41adminsetgithub: 39079
2003-08-17 07:19:10nyamatongwecreate