Add note about not being able to use this module with modules not

implemented in Python.
This commit is contained in:
Fred Drake 1999-06-29 15:43:02 +00:00
parent 4886c66daf
commit ef1a029d4c
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ about the classes and methods defined in a module. The information
provided is sufficient to implement a traditional three-pane class provided is sufficient to implement a traditional three-pane class
browser. The information is extracted from the source code rather browser. The information is extracted from the source code rather
than from an imported module, so this module is safe to use with than from an imported module, so this module is safe to use with
untrusted source code. untrusted source code. This restriction makes it impossible to use
this module with modules not implemented in Python, including many
standard and optional extension modules.
\begin{funcdesc}{readmodule}{module\optional{, path}} \begin{funcdesc}{readmodule}{module\optional{, path}}