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 terry.reedy
Recipients terry.reedy, trencyclo
Date 2017-07-14.20:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500062712.31.0.432374996928.issue30918@psf.upfronthosting.co.za>
In-reply-to
Content
This is a duplicate of #8231.  But before I close this, when you do 
> set
in the console (command prompt), what HOME* variables are set and is USERPROFILE?

In python, what does 

>>> from os.path import expanduser
>>> expanduser('~')
show?
History
Date User Action Args
2017-07-14 20:05:12terry.reedysetrecipients: + terry.reedy, trencyclo
2017-07-14 20:05:12terry.reedysetmessageid: <1500062712.31.0.432374996928.issue30918@psf.upfronthosting.co.za>
2017-07-14 20:05:12terry.reedylinkissue30918 messages
2017-07-14 20:05:12terry.reedycreate