This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aku911
Recipients aku911, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-02.18:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593713283.65.0.795471519657.issue41196@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-07-02 18:08:03aku911setrecipients: + aku911, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-02 18:08:03aku911setmessageid: <1593713283.65.0.795471519657.issue41196@roundup.psfhosted.org>
2020-07-02 18:08:03aku911linkissue41196 messages
2020-07-02 18:08:03aku911create