[issue19360] test_site fails when installed into $HOME/.local

2013-10-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f465e154b6d by Antoine Pitrou in branch '3.3': Issue #19360: fix test_site when Python is installed into $HOME/.local http://hg.python.org/cpython/rev/7f465e154b6d New changeset 61463ff7dc68 by Antoine Pitrou in branch 'default': Issue #19360: fix

[issue19360] test_site fails when installed into $HOME/.local

2013-10-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue19360] test_site fails when installed into $HOME/.local

2013-10-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Proposed patch. -- keywords: +patch Added file: http://bugs.python.org/file32310/test_site_19360.patch ___ Python tracker ___ __

[issue19360] test_site fails when installed into $HOME/.local

2013-10-23 Thread Antoine Pitrou
New submission from Antoine Pitrou: If I configure Python with "$HOME/.local" as a prefix, test_site fails: == FAIL: test_s_option (test.test_site.HelperFunctionsTests) ---