Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef1a029

Browse files
committed
Add note about not being able to use this module with modules not
implemented in Python.
1 parent 4886c66 commit ef1a029

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/lib/libpyclbr.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ \section{\module{pyclbr} ---
1212
provided is sufficient to implement a traditional three-pane class
1313
browser. The information is extracted from the source code rather
1414
than from an imported module, so this module is safe to use with
15-
untrusted source code.
15+
untrusted source code. This restriction makes it impossible to use
16+
this module with modules not implemented in Python, including many
17+
standard and optional extension modules.
1618

1719

1820
\begin{funcdesc}{readmodule}{module\optional{, path}}

0 commit comments

Comments
 (0)