From: Fred Drake Date: Tue, 29 Jun 1999 15:43:02 +0000 (+0000) Subject: Add note about not being able to use this module with modules not X-Git-Tag: v1.6a1~1135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef1a029d4ce75847b4d17c13776903a902faf04d;p=thirdparty%2FPython%2Fcpython.git Add note about not being able to use this module with modules not implemented in Python. --- diff --git a/Doc/lib/libpyclbr.tex b/Doc/lib/libpyclbr.tex index aba83f8c3378..8e89fcfbf9ab 100644 --- a/Doc/lib/libpyclbr.tex +++ b/Doc/lib/libpyclbr.tex @@ -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 browser. The information is extracted from the source code rather 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}}