summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-06-08 02:25:17 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-06-08 02:25:17 (GMT)
commitf177bf22f90bac458f8b0dc05dd533ed5ab16477 (patch)
tree9b1f83ba5b1e8cf016000e7fe30513187cf41fad
parentd02879d620de5922c211caaf7d7a6b2b7b8c64eb (diff)
downloadcpython-f177bf22f90bac458f8b0dc05dd533ed5ab16477.zip
cpython-f177bf22f90bac458f8b0dc05dd533ed5ab16477.tar.gz
cpython-f177bf22f90bac458f8b0dc05dd533ed5ab16477.tar.bz2
The fix to use . was incorporated
-rw-r--r--Misc/AIX-NOTES3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/AIX-NOTES b/Misc/AIX-NOTES
index 4f82a81..613d501 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.
==============================================================================