From f177bf22f90bac458f8b0dc05dd533ed5ab16477 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 8 Jun 2003 02:25:17 +0000 Subject: [PATCH] The fix to use . was incorporated --- Misc/AIX-NOTES | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Misc/AIX-NOTES b/Misc/AIX-NOTES index 4f82a81d4a2..613d501d459 100644 --- a/Misc/AIX-NOTES +++ b/Misc/AIX-NOTES @@ -150,7 +150,6 @@ You should modify the \"\" to be a period: LINKCC= $(srcdir)/Modules/makexp_aix Modules/python.exp . $(LIBRARY); $(PURIFY) $(CXX) Using a period fixed the problem in the snake farm. YMMV. -After testing with different versions of AIX, a fix should -be checked in. Hopefully, this fix be incorporated into Python 2.3. +This fix has been incorporated into Python 2.3. ==============================================================================