diff options
author | Guido van Rossum <guido@python.org> | 1996-08-20 20:53:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-20 20:53:04 (GMT) |
commit | 5c8e256678d44dce980b055dccf085d516c965b5 (patch) | |
tree | e9aa7a498a8c017e1ba75942cd2760d158843209 /Misc/AIX-NOTES | |
parent | bf0dc9fb149e0b1a86c1675a27dc6f7a3717bc3b (diff) | |
download | cpython-5c8e256678d44dce980b055dccf085d516c965b5.zip cpython-5c8e256678d44dce980b055dccf085d516c965b5.tar.gz cpython-5c8e256678d44dce980b055dccf085d516c965b5.tar.bz2 |
typo
Diffstat (limited to 'Misc/AIX-NOTES')
-rw-r--r-- | Misc/AIX-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/AIX-NOTES b/Misc/AIX-NOTES index f23cb65..b0446f5 100644 --- a/Misc/AIX-NOTES +++ b/Misc/AIX-NOTES @@ -113,7 +113,7 @@ that the "python.exp" file is an "import" file for the shared module. A default python.exp file is provided with the distribution. It will be overwritten (by the action of the makexp_aix script) if you build with shared libraries. The python.exp file which comes with the distribution contains -all extern symbols of a completely statically build python executable. +all extern symbols of a completely statically built python executable. Any python.exp file which is created from a build of python with some of the modules linked as shared modules will obviously not list symbols from the now dynamic modules. The distributed python.exp is provided so that, with |