From: Jeremy Hylton Date: Fri, 23 Mar 2001 14:34:06 +0000 (+0000) Subject: Note that assignments to __debug__ are illegal X-Git-Tag: v2.1b2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c84fc8a7daeffd02e334425e4b91ad425a57468;p=thirdparty%2FPython%2Fcpython.git Note that assignments to __debug__ are illegal --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index d61165f8fcc4..7212071338d2 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -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; 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}}