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 ned.deily
Recipients ned.deily, ronaldoussoren, tdsmith, vinay.sajip
Date 2014-09-25.09:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411635761.81.0.257706299078.issue22490@psf.upfronthosting.co.za>
In-reply-to
Content
Also, the patch causes a test failure with a framework build:

======================================================================
FAIL: test_defaults (test.test_venv.BasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/py/dev/3x/root/fwd/Library/Frameworks/pytest_10.9.framework/Versions/3.5/lib/python3.5/test/test_venv.py", line 106, in test_defaults
    self.assertIn('home = %s' % path, data)
AssertionError: 'home = /py/dev/3x/root/fwd/./bin' not found in 'home = /py/dev/3x/root/fwd/bin\ninclude-system-site-packages = false\nversion = 3.5.0\n'
History
Date User Action Args
2014-09-25 09:02:41ned.deilysetrecipients: + ned.deily, vinay.sajip, ronaldoussoren, tdsmith
2014-09-25 09:02:41ned.deilysetmessageid: <1411635761.81.0.257706299078.issue22490@psf.upfronthosting.co.za>
2014-09-25 09:02:41ned.deilylinkissue22490 messages
2014-09-25 09:02:41ned.deilycreate