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 ncoghlan
Recipients barry, ncoghlan
Date 2014-08-24.00:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408839443.6.0.880432571063.issue22257@psf.upfronthosting.co.za>
In-reply-to
Content
Just noting that issue 18093 was also part of that groundwork.

My previous attempt at a draft PEP 432 patch: https://bitbucket.org/ncoghlan/cpython_sandbox/src/pep432_modular_bootstrap/?at=pep432_modular_bootstrap

That initial attempt ended up being abandoned as I spent more time focusing on packaging issues, and there are too many merge conflicts for it to be worth bringing it back it up to date. Those are mostly due to the changes in tree layout though, which is why this time I'll do the non-functional restructuring *first* on trunk, and only then start on a new PEP 432 branch in the sandbox.
History
Date User Action Args
2014-08-24 00:17:23ncoghlansetrecipients: + ncoghlan, barry
2014-08-24 00:17:23ncoghlansetmessageid: <1408839443.6.0.880432571063.issue22257@psf.upfronthosting.co.za>
2014-08-24 00:17:23ncoghlanlinkissue22257 messages
2014-08-24 00:17:22ncoghlancreate