[issue41196] APPDATA directory is different in store installed python

aku911 report at bugs.python.org
Thu Jul 2 14:08:03 EDT 2020


New submission from aku911 <aku911 at gmail.com>:

Install the windows store python then run this code:

import os
os.listdir(os.environ['APPDATA'])

Install another version of python and run the same code.

You'll get different results.

This can cause issues when trying to share data in a user's APPDATA folder.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41196>
_______________________________________


More information about the Python-bugs-list mailing list