From fe4d196e3f120861fe395e6446eb81746210635c Mon Sep 17 00:00:00 2001 From: David Goodger Date: Tue, 28 Sep 2004 12:39:00 +0000 Subject: [PATCH] not complete; I stand corrected ;-) --- pep-0302.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0302.txt b/pep-0302.txt index b9e9df6c2..4fd2cf735 100644 --- a/pep-0302.txt +++ b/pep-0302.txt @@ -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.