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 gsingh
Recipients docs@python, ezio.melotti, gsingh, loewis, pitrou, terry.reedy
Date 2013-03-16.17:03:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363453423.47.0.400698136516.issue17415@psf.upfronthosting.co.za>
In-reply-to
Content
At the moment, I running late for creating a program - so I apologize that immediately I would not able to work on creating a patch. Later though I may be able to. I am sorry.

To avoid wasted work I think patch should be created only after someone (do not know who though!) has approved of the suggestions.

Thanks for the tips. I will read http://docs.python.org/devguide/triaging.html before posting next - but sorry, that I have posted many issues already without reading your response. 

__________________

You guys have both understood the issues I tried to say. 

The collapsing by '..' kills out sym link without realizing it is symlink - since it does not refer to file system - it is just a string manipulation utility (Again, I cannot commit on this since I have not read the source code or experimented this - it is an educated guess by reading only the docs).

So, I further suggest to add to the description by Ezio Melotti after the line "This collapsing may change the meaning of the path if it contains symbolic links.". We could add the following bracketed line "(since os.path.normpath is just string manipulation utility - unaware of the underlying file system)". This would remove the source of confusion, that we all here have got confused about.
History
Date User Action Args
2013-03-16 17:03:43gsinghsetrecipients: + gsingh, loewis, terry.reedy, pitrou, ezio.melotti, docs@python
2013-03-16 17:03:43gsinghsetmessageid: <1363453423.47.0.400698136516.issue17415@psf.upfronthosting.co.za>
2013-03-16 17:03:43gsinghlinkissue17415 messages
2013-03-16 17:03:43gsinghcreate