From: Neal Norwitz Date: Sun, 8 Jun 2003 02:25:17 +0000 (+0000) Subject: The fix to use . was incorporated X-Git-Tag: v2.3c1~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f177bf22f90bac458f8b0dc05dd533ed5ab16477;p=python The fix to use . was incorporated --- diff --git a/Misc/AIX-NOTES b/Misc/AIX-NOTES index 4f82a81d4a..613d501d45 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. ==============================================================================