commit | b60ae9960182b8eecb26da12171917ee5a6cc1fc | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 08 09:10:29 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Mar 08 09:10:29 2005 +0000 |
tree | c21b0696a25d38373181c49a1bc26af41e62ad8c | |
parent | 3e1dd3be4936fc1b1c0ad6ad6609f504b4e3e7a9 [diff] [blame] |
Convert file names of posix.access according to the file system encoding.
diff --git a/Misc/NEWS b/Misc/NEWS index 3db47a3..e387e63 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Extension Modules ----------------- +- os.access now supports Unicode path names on non-Win32 systems. + - Patches #925152, #1118602: Avoid reading after the end of the buffer in pyexpat.GetInputContext.