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 markon
Recipients brett.cannon, ezio.melotti, markon, swarecki
Date 2009-10-18.09:07:21
SpamBayes Score 4.438394e-09
Marked as misclassified No
Message-id <1255856843.14.0.672184365618.issue6975@psf.upfronthosting.co.za>
In-reply-to
Content
>Thanks for looking deeper into it.
>I would like to check the solution ASAP.
>We have really crazy dir structure which can catch a lot of
>the unexpected problems with paths, links, circular links etc.

Oh well, so you can see if the patch works correctly on all paths :)
 
>Should I expect the new version to generate the exception
>as you suggested?

 
Unfortunately I'm not God, so I cannot change the "code" of the current
implementation of os.path.realpath (raising an OSError exception)
without breaking any existing code. 
So, consider using the current implementation of os.path.realpath ;)
If you experience other strange behaviors, then open a new bug report.

Bye!
History
Date User Action Args
2009-10-18 09:07:23markonsetrecipients: + markon, brett.cannon, swarecki, ezio.melotti
2009-10-18 09:07:23markonsetmessageid: <1255856843.14.0.672184365618.issue6975@psf.upfronthosting.co.za>
2009-10-18 09:07:21markonlinkissue6975 messages
2009-10-18 09:07:21markoncreate