[Python-checkins] python/dist/src/Misc NEWS,1.1268,1.1269

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Mar 8 10:11:02 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28182/Misc

Modified Files:
	NEWS 
Log Message:
Convert file names of posix.access according to the file system encoding.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1268
retrieving revision 1.1269
diff -u -d -r1.1268 -r1.1269
--- NEWS	5 Mar 2005 12:47:42 -0000	1.1268
+++ NEWS	8 Mar 2005 09:10:12 -0000	1.1269
@@ -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.
 



More information about the Python-checkins mailing list