summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-01-12 11:29:01 (GMT)
committerGuido van Rossum <guido@python.org>1995-01-12 11:29:01 (GMT)
commita3c04b003f802ca676d6fb777751ae3e0ecc04a4 (patch)
tree5f65eab25f272307884b077c4ba97ff7125e8e2c /Modules/Setup.in
parentb9418686baecd5cb02e4ea71490ba4f23e4c5bb8 (diff)
downloadcpython-a3c04b003f802ca676d6fb777751ae3e0ecc04a4.zip
cpython-a3c04b003f802ca676d6fb777751ae3e0ecc04a4.tar.gz
cpython-a3c04b003f802ca676d6fb777751ae3e0ecc04a4.tar.bz2
cosmetics
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 65c559f..44ad2b2 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -264,7 +264,10 @@ rotor rotormodule.c # enigma-inspired encryption
#sybase sybasemodule.c
-# Generic (SunOS / SVR4) dynamic loading module
+# Generic (SunOS / SVR4) dynamic loading module.
+# This is not needed for dynamic loading of Python modules --
+# it is a highly experimental and dangerous device for calling
+# *arbitrary* C functions in *arbitrary* shared libraries.
#dl dlmodule.c