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 vinay.sajip
Recipients DamlaAltun, brett.cannon, earonesty, uranusjr, vinay.sajip
Date 2020-01-21.08:53:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579596831.88.0.57577042915.issue35003@roundup.psfhosted.org>
In-reply-to
Content
The Scripts/bin thing is not specific to venv - for whatever reason, the original Windows implementation chose to use "Scripts" rather than "bin" for the executables directory under Windows, and I don't think it can be changed now without affecting backward compatibility. The venv code just fits into the existing, wider theme. My guess is you would need to propose a PEP to move *everything* over from "Scripts" to "bin" in the Windows Python world, and show that it would not break any existing code anywhere - seems like a tall order.

This issue was already rejected before you added your PR so I'm not sure why you went to the trouble of creating a PR.
History
Date User Action Args
2020-01-21 08:53:51vinay.sajipsetrecipients: + vinay.sajip, brett.cannon, uranusjr, earonesty, DamlaAltun
2020-01-21 08:53:51vinay.sajipsetmessageid: <1579596831.88.0.57577042915.issue35003@roundup.psfhosted.org>
2020-01-21 08:53:51vinay.sajiplinkissue35003 messages
2020-01-21 08:53:51vinay.sajipcreate