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 tarek
Recipients christian.heimes, tarek
Date 2008-02-23.15:36:43
SpamBayes Score 0.075284705
Marked as misclassified No
Message-id <1203781004.53.0.102259535417.issue1858@psf.upfronthosting.co.za>
In-reply-to
Content
The last patch also fixes the HOME issues under Windows: #1531505,
#1741, #2166 where .pypirc and .pydistutils.cfg were not found. It is
not using os.path.expanduser to simplify the code usage (~\/ is rather
unreadable) (see the get_home() function in util.py)
History
Date User Action Args
2008-02-23 15:36:44tareksetspambayes_score: 0.0752847 -> 0.075284705
recipients: + tarek, christian.heimes
2008-02-23 15:36:44tareksetspambayes_score: 0.0752847 -> 0.0752847
messageid: <1203781004.53.0.102259535417.issue1858@psf.upfronthosting.co.za>
2008-02-23 15:36:43tareklinkissue1858 messages
2008-02-23 15:36:43tarekcreate