New submission from Steve Dower <steve.do...@python.org>:

Currently, the user site packages on Windows is %APPDATA%\Python\PythonXY. This 
can cause conflicts between the 32-bit and 64-bit versions of the runtime.

We should switch the pattern to Python{sys.winver}, which is XY or XY-32, the 
same as elsewhere.

This is a breaking change to tools that try to manage these directly, but it 
shouldn't need a deprecation cycle (there isn't really anywhere to raise a 
warning...). So I think we can just update Lib/sysconfig.py and Lib/site.py for 
3.10, as well as the docs.

----------
components: Windows
messages: 375860
nosy: paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Relocate user site packages on Windows 32-bit
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to