cosmetics

This commit is contained in:
Guido van Rossum 1995-01-12 11:29:01 +00:00
parent b9418686ba
commit a3c04b003f
3 changed files with 5 additions and 3 deletions

View file

@ -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