summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-29 15:43:02 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-29 15:43:02 (GMT)
commitef1a029d4ce75847b4d17c13776903a902faf04d (patch)
tree50fc0363cec6b402ac03c034d79fed7d984666ee /Doc/lib
parent4886c66daf8869d2fb891088a7b5066588095dfb (diff)
downloadcpython-ef1a029d4ce75847b4d17c13776903a902faf04d.zip
cpython-ef1a029d4ce75847b4d17c13776903a902faf04d.tar.gz
cpython-ef1a029d4ce75847b4d17c13776903a902faf04d.tar.bz2
Add note about not being able to use this module with modules not
implemented in Python.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libpyclbr.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libpyclbr.tex b/Doc/lib/libpyclbr.tex
index aba83f8..8e89fcf 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}}