From c80d1aeaf8eb387051415ddc542774855c97b6fe Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 1 Apr 2010 18:30:55 +0000 Subject: [PATCH] Update the reference implementation section, including a pointer to the live merge proposal (with diff). --- pep-3147.txt | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pep-3147.txt b/pep-3147.txt index add6d893b..da1b3c110 100644 --- a/pep-3147.txt +++ b/pep-3147.txt @@ -534,16 +534,10 @@ completely from users. Reference implementation ======================== -A pure-Python reference implementation will be written using -importlib [21]_, which may need some modifications to its API and -abstract base classes. Once the semantics are agreed upon and the -implementation details are settled, we'll port this to the C -implementation in `import.c`. We will have extensive tests that -guarantee that the pure-Python implementation and the built-in -implementation remain in sync. - -Work on this code will be tracked in a Bazaar branch on Launchpad -[22]_ until it's ready for merge into Python 3.2. +Work on this code is tracked in a Bazaar branch on Launchpad [22]_ +until it's ready for merge into Python 3.2. The work-in-progress diff +can also be viewed [23]_ and is updated automatically as new changes +are uploaded. Open issues @@ -661,6 +655,8 @@ References .. [22] https://code.launchpad.net/~barry/python/pep3147 +.. [23] https://code.launchpad.net/~barry/python/pep3147/+merge/22648 + ACKNOWLEDGMENTS ===============