diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-06-08 02:25:17 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-06-08 02:25:17 (GMT) |
commit | f177bf22f90bac458f8b0dc05dd533ed5ab16477 (patch) | |
tree | 9b1f83ba5b1e8cf016000e7fe30513187cf41fad | |
parent | d02879d620de5922c211caaf7d7a6b2b7b8c64eb (diff) | |
download | cpython-f177bf22f90bac458f8b0dc05dd533ed5ab16477.zip cpython-f177bf22f90bac458f8b0dc05dd533ed5ab16477.tar.gz cpython-f177bf22f90bac458f8b0dc05dd533ed5ab16477.tar.bz2 |
The fix to use . was incorporated
-rw-r--r-- | Misc/AIX-NOTES | 3 |
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. ============================================================================== |