Message 155372 - Python tracker (original) (raw)

Message155372

Author brian.curtin
Recipients brian.curtin, eric.smith, jaraco, ncdave4life, pitrou, stutzbach, tim.golden, vstinner
Date 2012-03-11.03:22:49
SpamBayes Score 1.4863674e-06
Marked as misclassified No
Message-id CAD+XWwq3nUNfLfdkhkxWXxB77yRh-pO8-dEDpXLEQ9M6t4LCTg@mail.gmail.com
In-reply-to 1331435713.95.0.239584383181.issue9949@psf.upfronthosting.co.za
Content
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.
History
Date User Action Args
2012-03-11 03:23:01 brian.curtin set recipients: + brian.curtin, jaraco, pitrou, vstinner, eric.smith, tim.golden, stutzbach, ncdave4life
2012-03-11 03:22:49 brian.curtin link issue9949 messages
2012-03-11 03:22:49 brian.curtin create