Message4532

Author crankycoder
Recipients crankycoder
Date 2009-04-17.19:35:12
SpamBayes Score 1.2351104e-05
Marked as misclassified No
Message-id <1239996912.76.0.0713162630752.issue1319@psf.upfronthosting.co.za>
In-reply-to
Content
this seems like a bug in the interaction between jython and cpython's
ntpath module.

CPython exhibits the same problem when applying abspath to:
'/C:/jython2.5b3-standalone/jython.jar/Lib'

Stripping the leading '/' seems to work around the problem.

I've patched site.py to force strip the leading slash for jython+windows
platforms
History
Date User Action Args
2009-04-17 19:35:12crankycodersetmessageid: <1239996912.76.0.0713162630752.issue1319@psf.upfronthosting.co.za>
2009-04-17 19:35:12crankycodersetrecipients: + crankycoder
2009-04-17 19:35:12crankycoderlinkissue1319 messages
2009-04-17 19:35:12crankycodercreate