New submission from Brian Curtin <br...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue15011> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com