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 pitrou
Recipients amaury.forgeotdarc, brian.curtin, jaraco, pitrou, python-dev, santoso.wijaya, tim.golden
Date 2012-07-26.23:34:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343345549.3697.2.camel@localhost.localdomain>
In-reply-to <1343329949.66.0.711664363507.issue13772@psf.upfronthosting.co.za>
Content
Le jeudi 26 juillet 2012 à 19:12 +0000, Jason R. Coombs a écrit :
> Without the directory feature, many uses of os.symlink are not
> portable and will fail (with ugly results) on Windows.

The target_is_directory argument is supposed to be "supported" (i.e.
ignored) on other platforms, so you should be able to write portable
code easily.

I'm not against restoring detection, but it should be non-buggy and
correctly unit-tested :) That said it's probably too late for 3.3.
History
Date User Action Args
2012-07-26 23:34:38pitrousetrecipients: + pitrou, amaury.forgeotdarc, jaraco, tim.golden, brian.curtin, santoso.wijaya, python-dev
2012-07-26 23:34:37pitroulinkissue13772 messages
2012-07-26 23:34:37pitroucreate