[Python-checkins] CVS: python/dist/src/Lib ntpath.py

Guido van Rossum guido@cnri.reston.va.us
Tue, 30 Nov 1999 10:00:01 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	ntpath.py 
Log Message:
In abspath(), always use normpath(), even when win32api is available
(and even when it fails).  This avoids the problem where a trailing
separator is not removed when win32api.GetFullPathName() is used.