[issue18401] Tests for pdb import ~/.pdbrc

Terry J. Reedy report at bugs.python.org
Sat Sep 10 03:16:31 EDT 2016


Terry J. Reedy added the comment:

(Copied from my post to python-checkins.)
On Windows, HOME is spelled USERPROFILE or ,HOMEDRIVE + HOMEPATH.  These are set by default on Windows.  The OS specific os.path.expanduser('~') deals with this difference.  I don't know what you are testing exactly, but I believe cross-platform modules should use the latter instead of the *NIX-specific HOME.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18401>
_______________________________________


More information about the Python-bugs-list mailing list