[Python-Dev] guidance sought: merging port related changes to Library modules

Fred L. Drake, Jr. fdrake@acm.org
Wed, 16 Jan 2002 00:53:46 -0500 (EST)


Mark Hammond writes:
 > Before _getfullpathname() was added to the 'nt' module, there was an attempt
 > to import 'win32api', and if OK, use the equivilent function from that.
 > When I added the new function to 'nt', I removed that import check, in the
 > belief it would now always succeed.  This was obviously a bad call ;)  (FYI,
 > that was rev 1.35 of ntpath.py)
 > 
 > A patch that reinstates the code would be:
...
 > This should also solve the test case problem.

I haven't tested this, but it looks OK to me.  Feel free to check it
in.  Thanks!


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation