not complete; I stand corrected ;-)

This commit is contained in:
David Goodger 2004-09-28 12:39:00 +00:00
parent 2cd6800e7b
commit fe4d196e3f
1 changed files with 4 additions and 4 deletions

View File

@ -526,10 +526,10 @@ Open Issues
Implementation
The PEP 302 implementation is complete and has been integrated
with Python as of 2.3a1. An earlier version is available as
SourceForge patch #652586, but more interestingly, the SF item
contains a fairly detailed history of the development and design.
The PEP 302 implementation has been integrated with Python as of
2.3a1. An earlier version is available as SourceForge patch
#652586, but more interestingly, the SF item contains a fairly
detailed history of the development and design.
http://www.python.org/sf/652586
PEP 273 has been implemented using PEP 302's import hooks.