Commit e34079bf authored by Jeremy Hylton's avatar Jeremy Hylton

Note that assignments to __debug__ are illegal

parent c577d593
...@@ -86,6 +86,8 @@ is requested at compile time. Note that it is unnecessary to include ...@@ -86,6 +86,8 @@ is requested at compile time. Note that it is unnecessary to include
the source code for the expression that failed in the error message; the source code for the expression that failed in the error message;
it will be displayed as part of the stack trace. it will be displayed as part of the stack trace.
Assignments to \code{__debug__} are illegal. The value for the
built-in variable is determined when the interpreter starts.
\section{Assignment statements \label{assignment}} \section{Assignment statements \label{assignment}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment