diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-03-23 14:34:06 +0000 |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-03-23 14:34:06 +0000 |
| commit | 2c84fc8a7daeffd02e334425e4b91ad425a57468 (patch) | |
| tree | 7bf74fc2b8954cffd069cf9704c26aa440c359d3 /Doc | |
| parent | f626db77dfa27ebf7c3aaa63e26a4b85ee8e056e (diff) | |
| download | cpython-git-2c84fc8a7daeffd02e334425e4b91ad425a57468.tar.gz | |
Note that assignments to __debug__ are illegal
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index d61165f8fc..7212071338 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}} |
