This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncdave4life
Recipients brian.curtin, eric.smith, jaraco, ncdave4life, pitrou, stutzbach, tim.golden, vstinner
Date 2012-03-11.03:15:12
SpamBayes Score 5.532503e-07
Marked as misclassified No
Message-id <1331435713.95.0.239584383181.issue9949@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that the nt module is implemented in the posixmodule.c source 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/
History
Date User Action Args
2012-03-11 03:15:14ncdave4lifesetrecipients: + ncdave4life, jaraco, pitrou, vstinner, eric.smith, tim.golden, stutzbach, brian.curtin
2012-03-11 03:15:13ncdave4lifesetmessageid: <1331435713.95.0.239584383181.issue9949@psf.upfronthosting.co.za>
2012-03-11 03:15:13ncdave4lifelinkissue9949 messages
2012-03-11 03:15:12ncdave4lifecreate