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 kristjan.jonsson
Recipients gvanrossum, kristjan.jonsson, ncoghlan, ned.deily, neologix, schmir
Date 2013-04-05.16:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365179712.89.0.730168312727.issue17639@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, of course.  But I still maintain that the failure of python to work with a linktree of .py files, where the destination position of said links is arbitrary, is rather unusual, and IMHO violates the principle of least surprise.  In this case, the existence of the virtual linktree is apparently an implementation detail of the hadoop implementation, not something that we as hadoop users were supposed to know or care about.

Exploiting the OS file system implementation detail of a symbolic link as a language import feature is an example of an unusual coupling indeed, in my opinion.

Even import-guru Nick didn't seem to be aware of this feature.  It's great that we plan at least to document this unix-only feature at some point.

Cheers!
History
Date User Action Args
2013-04-05 16:35:12kristjan.jonssonsetrecipients: + kristjan.jonsson, gvanrossum, ncoghlan, schmir, ned.deily, neologix
2013-04-05 16:35:12kristjan.jonssonsetmessageid: <1365179712.89.0.730168312727.issue17639@psf.upfronthosting.co.za>
2013-04-05 16:35:12kristjan.jonssonlinkissue17639 messages
2013-04-05 16:35:12kristjan.jonssoncreate