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 mdengler
Recipients VanL, brian.curtin, eric.araujo, ezio.melotti, giampaolo.rodola, ishimoto, jpe, loewis, mdengler, mhammond, tim.golden, v+python
Date 2014-03-04.23:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393975615.13.0.0309551341614.issue14302@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, you're right about my link #2; I meant to include this link (a reply to the link I actually included):

https://mail.python.org/pipermail/python-dev/2012-March/118047.html

...in which I think the pertinent quote is:

"For direct execution, the proposal trades cross-version
inconsistencies for cross-platform consistency. When we *already have*
a consistent cross-platform mechanism in -m, the inevitable disruption
involved in changing the Windows layout seems very hard to justify."

I'll try to whip up a patch for http://bugs.python.org/issue14302#msg156410  sub-proposal #2:

   2. Change 'Scripts' to 'bin'

...that uses a directory junction to mitigate the inconsistency concern (windows local admin rights / SeCreateSymbolicLinkPrivilege should not be an issue as mklink /j does not require either), unless someone beats me to it.
History
Date User Action Args
2014-03-04 23:26:55mdenglersetrecipients: + mdengler, loewis, mhammond, jpe, ishimoto, giampaolo.rodola, tim.golden, ezio.melotti, eric.araujo, v+python, brian.curtin, VanL
2014-03-04 23:26:55mdenglersetmessageid: <1393975615.13.0.0309551341614.issue14302@psf.upfronthosting.co.za>
2014-03-04 23:26:55mdenglerlinkissue14302 messages
2014-03-04 23:26:54mdenglercreate