[Python-checkins] python/dist/src/Lib posixpath.py,1.61,1.62

jvr@users.sourceforge.net jvr@users.sourceforge.net
2003年7月17日 08:11:51 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv22228/Lib
Modified Files:
	posixpath.py 
Log Message:
back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests
Index: posixpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/posixpath.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** posixpath.py	11 Jul 2003 07:36:49 -0000	1.61
--- posixpath.py	17 Jul 2003 15:11:49 -0000	1.62
***************
*** 418,423 ****
 return filename
 
! if sys.platform == "darwin": 
! supports_unicode_filenames = True
! else:
! supports_unicode_filenames = False
--- 418,420 ----
 return filename
 
! supports_unicode_filenames = False

AltStyle によって変換されたページ (->オリジナル) /