[New-bugs-announce] [issue15011] Change Scripts to bin on Windows

Brian Curtin report at bugs.python.org
Wed Jun 6 05:23:15 CEST 2012


New submission from Brian Curtin <brian at python.org>:

Attached is a patch, originally written by Van Lindberg*, which changes Python's layout on Windows to more match all of the other operating systems we support. This patch starts by changing the layout of virtual environments, so the venv module creates an environment with the same layout you'd find on Linux. The most visible change is the Scripts folder becoming bin, and there are changes to capitalization of folders to match that of Linux as well.

If this is acceptable I can do the Windows installer change to have the installed layout follow what's in this patch.


* Van asked me to take this on for him. I will make sure he has a contributor agreement on file.

----------
components: Library (Lib), Windows
files: bin_directory.diff
keywords: patch
messages: 162391
nosy: brian.curtin, carljm, loewis, vinay.sajip
priority: normal
severity: normal
stage: patch review
status: open
title: Change Scripts to bin on Windows
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file25841/bin_directory.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15011>
_______________________________________


More information about the New-bugs-announce mailing list