[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.36, 1.1193.2.37

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Mar 13 23:18:28 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport of change to os.access to encode Unicode file names with
the file system encoding.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.36
retrieving revision 1.1193.2.37
diff -u -d -r1.1193.2.36 -r1.1193.2.37
--- NEWS	12 Mar 2005 06:15:56 -0000	1.1193.2.36
+++ NEWS	13 Mar 2005 22:18:22 -0000	1.1193.2.37
@@ -29,6 +29,11 @@
   name returned by socket.gethostname() a valid return value for getfqdn().
   Also clarified the wording of docs and docstring that this is the case.
 
+Extensions Modules
+------------------
+
+- os.access now supports Unicode path names on non-Win32 systems.
+
 
 What's New in Python 2.4.1c1?
 =============================



More information about the Python-checkins mailing list