diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-01-01 20:18:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-01-01 20:18:30 (GMT) |
commit | 93227275dcf18196c1b81a3c884dbd2e78c8f440 (patch) | |
tree | 38fac8a0362ab5455ca290de83ab65b59fb9a06c /Misc | |
parent | 7198a525f3e926899ba238f6e6a2e6e9349b7de4 (diff) | |
download | cpython-93227275dcf18196c1b81a3c884dbd2e78c8f440.zip cpython-93227275dcf18196c1b81a3c884dbd2e78c8f440.tar.gz cpython-93227275dcf18196c1b81a3c884dbd2e78c8f440.tar.bz2 |
Patch #497126: Always compile dl.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -312,6 +312,7 @@ Fredrik Nehr Chad Netzer Max Neunhöffer George Neville-Neil +Gustavo Niemeyer Oscar Nierstrasz Hrvoje Niksic Bill Noon @@ -12,6 +12,10 @@ Core and builtins Extension modules +- dl is now build on every system that has dlfcn.h. Failure in case + of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open + is called. + Library - ftplib: to safeguard the user's privacy, anonymous login will use |