Brian Curtin <[email protected]> added the comment: file, and the Python 3 version contains the posix__getfinalpathname entry point, but the Python 2 version does not. > > I presume that PyWin32 could also be used to work around this. Too bad it isn't automatically included with Python: > http://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/
We can't use external packages in the standard library. If you're looking for a Python which includes pywin32, ActiveState provides this. I think we can just implement the function we need. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9949> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
