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 trencyclo
Recipients terry.reedy, trencyclo
Date 2017-09-10.20:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACGVJAR0g-5cTneD6fuouDwMpG35zuhTzQGi1UZeVJFK_VOUuA@mail.gmail.com>
In-reply-to <1500062748.58.0.42589202781.issue30918@psf.upfronthosting.co.za>
Content
Hi Terry,
Sorry,  I missed your resply because it was buried in my trash email.
Here are the configuration in my PC:
HOMEDRIVE=Z:
HOMEPATH=\
HOMESHARE=\\nt3.imec.be\zhai65
LOCALAPPDATA=C:\Users\zhai65\AppData\Local

USERPROFILE=C:\Users\zhai65

In python
>>> expanduser('~')
'C:\\Users\\zhai65'

I partly bypassed the bug by following the instructions shown in my
previous link.

*Best Regards!*
*--*

*Eric Donghui **Zhai *
* PhD Candidate*
*IMEC & KU Leuven*

*Mobile: +32-0489 676629 Email: trencyclopedia@gmail.com <zhai.dh@163.com>
 *
*Address: **IMEC, Kapeldreef 75, Leuven, Belgiium*

On 14 July 2017 at 22:05, Terry J. Reedy <report@bugs.python.org> wrote:

>
> Changes by Terry J. Reedy <tjreedy@udel.edu>:
>
>
> ----------
> assignee:  -> terry.reedy
> components: +IDLE
> type: crash -> behavior
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue30918>
> _______________________________________
>
History
Date User Action Args
2017-09-10 20:57:04trencyclosetrecipients: + trencyclo, terry.reedy
2017-09-10 20:57:04trencyclolinkissue30918 messages
2017-09-10 20:57:03trencyclocreate