[issue23437] Make user scripts directory versioned on Windows

2015-02-14 Thread Paul Moore
Paul Moore added the comment: Sorry, I should probably have added them to the patch in the first place :-) -- ___ Python tracker ___ _

[issue23437] Make user scripts directory versioned on Windows

2015-02-14 Thread Steve Dower
Steve Dower added the comment: Thanks. I always forget about those. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue23437] Make user scripts directory versioned on Windows

2015-02-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset a2217106ca5e by Steve Dower in branch 'default': Issue #23437: Update NEWS and whatsnew/3.5 https://hg.python.org/cpython/rev/a2217106ca5e -- ___ Python tracker __

[issue23437] Make user scripts directory versioned on Windows

2015-02-14 Thread Zachary Ware
Zachary Ware added the comment: This one could use a NEWS entry, and possibly what's new as well. -- ___ Python tracker ___ ___ Python

[issue23437] Make user scripts directory versioned on Windows

2015-02-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset add998f98e31 by Steve Dower in branch 'default': Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) https://hg.python.org/cpython/rev/add998f98e31 -- nosy: +python-dev resolution: -> fixed stage: -> resolved

[issue23437] Make user scripts directory versioned on Windows

2015-02-10 Thread Jeremy Kloth
Changes by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue23437] Make user scripts directory versioned on Windows

2015-02-10 Thread Paul Moore
Paul Moore added the comment: Sorry, yes pip just installs into %APPDATA%\Python\Python35\Scripts with no issues. -- ___ Python tracker ___ _

[issue23437] Make user scripts directory versioned on Windows

2015-02-10 Thread Steve Dower
Steve Dower added the comment: How do pip & co. handle the change? I assume they just look in sysconfig and don't think too much about the path... -- ___ Python tracker ___

[issue23437] Make user scripts directory versioned on Windows

2015-02-10 Thread Paul Moore
Paul Moore added the comment: Cool, I've just run the tests by manually patching a 3.5a0 install. No extra failures, so things look fine. (Interestingly, before patching, test_site "altered the execution environment" but afterwards it didn't - it just succeeded. I don't know if that means anyt

[issue23437] Make user scripts directory versioned on Windows

2015-02-10 Thread Steve Dower
Steve Dower added the comment: You should be able to apply the patch to 3.5.0a1 and test it that way easily enough. Other than the doc changes, it's just .py files. (Building 3.5 with earlier VS versions is also okay right now.) -- ___ Python tracke

[issue23437] Make user scripts directory versioned on Windows

2015-02-10 Thread Paul Moore
New submission from Paul Moore: Patch to make the user scripts directory on Windows %APPDATA%\Python\PythonXY\Scripts rather than %APPDATA%\Python\Scripts. See the thread "PEP 370 - per-user scripts directory on Windows" (Feb 10 2015) on python-dev for discussion, but essentially this is to en