Update the reference implementation section, including a pointer to the live

merge proposal (with diff).
This commit is contained in:
Barry Warsaw 2010-04-01 18:30:55 +00:00
parent e7b6ac276c
commit c80d1aeaf8
1 changed files with 6 additions and 10 deletions

View File

@ -534,16 +534,10 @@ completely from users.
Reference implementation Reference implementation
======================== ========================
A pure-Python reference implementation will be written using Work on this code is tracked in a Bazaar branch on Launchpad [22]_
importlib [21]_, which may need some modifications to its API and until it's ready for merge into Python 3.2. The work-in-progress diff
abstract base classes. Once the semantics are agreed upon and the can also be viewed [23]_ and is updated automatically as new changes
implementation details are settled, we'll port this to the C are uploaded.
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.
Open issues Open issues
@ -661,6 +655,8 @@ References
.. [22] https://code.launchpad.net/~barry/python/pep3147 .. [22] https://code.launchpad.net/~barry/python/pep3147
.. [23] https://code.launchpad.net/~barry/python/pep3147/+merge/22648
ACKNOWLEDGMENTS ACKNOWLEDGMENTS
=============== ===============