[Python-checkins] python/dist/src/Lib macpath.py,1.31.10.1,1.31.10.2 ntpath.py,1.44.8.2,1.44.8.3

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Mon, 13 Jan 2003 11:29:47 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv23967/Lib

Modified Files:
      Tag: release22-maint
	macpath.py ntpath.py 
Log Message:
supports_unicode_filenames should not have been backported, test___all__ now passed

Index: macpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/macpath.py,v
retrieving revision 1.31.10.1
retrieving revision 1.31.10.2
diff -C2 -d -r1.31.10.1 -r1.31.10.2
*** macpath.py	10 Jan 2003 23:47:53 -0000	1.31.10.1
--- macpath.py	13 Jan 2003 19:29:35 -0000	1.31.10.2
***************
*** 8,12 ****
             "getatime","islink","exists","isdir","isfile",
             "walk","expanduser","expandvars","normpath","abspath",
!            "realpath","supports_unicode_filenames"]
  
  # Normalize the case of a pathname.  Dummy in Posix, but <s>.lower() here.
--- 8,12 ----
             "getatime","islink","exists","isdir","isfile",
             "walk","expanduser","expandvars","normpath","abspath",
!            "realpath"]
  
  # Normalize the case of a pathname.  Dummy in Posix, but <s>.lower() here.

Index: ntpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/ntpath.py,v
retrieving revision 1.44.8.2
retrieving revision 1.44.8.3
diff -C2 -d -r1.44.8.2 -r1.44.8.3
*** ntpath.py	10 Jan 2003 23:47:53 -0000	1.44.8.2
--- ntpath.py	13 Jan 2003 19:29:38 -0000	1.44.8.3
***************
*** 13,17 ****
             "getatime","islink","exists","isdir","isfile","ismount",
             "walk","expanduser","expandvars","normpath","abspath","splitunc",
!            "realpath","supports_unicode_filenames"]
  
  # Normalize the case of a pathname and map slashes to backslashes.
--- 13,17 ----
             "getatime","islink","exists","isdir","isfile","ismount",
             "walk","expanduser","expandvars","normpath","abspath","splitunc",
!            "realpath"]
  
  # Normalize the case of a pathname and map slashes to backslashes.