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 methane
Recipients christian.heimes, lemburg, methane, vstinner
Date 2017-02-17.16:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487349760.33.0.160846563555.issue29585@psf.upfronthosting.co.za>
In-reply-to
Content
I create #29592 for abs_paths().  Let's focus on sysconfig in this issue.

PR 136 ports really needed part of sysconfig into site.py already.
'PYTHONFRAMEWORK' on macOS is the only variable we need import from sysconfig.

Adding `site.cfg` like `pyvenv.cfg` make sense?
History
Date User Action Args
2017-02-17 16:42:40methanesetrecipients: + methane, lemburg, vstinner, christian.heimes
2017-02-17 16:42:40methanesetmessageid: <1487349760.33.0.160846563555.issue29585@psf.upfronthosting.co.za>
2017-02-17 16:42:40methanelinkissue29585 messages
2017-02-17 16:42:40methanecreate