projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f626db7
)
Note that assignments to __debug__ are illegal
author
Jeremy Hylton
<jeremy@alum.mit.edu>
Fri, 23 Mar 2001 14:34:06 +0000
(14:34 +0000)
committer
Jeremy Hylton
<jeremy@alum.mit.edu>
Fri, 23 Mar 2001 14:34:06 +0000
(14:34 +0000)
Doc/ref/ref6.tex
patch
|
blob
|
history
diff --git
a/Doc/ref/ref6.tex
b/Doc/ref/ref6.tex
index d61165f8fcc4da0cee5c012dacb75fa2913af89a..7212071338d23449a15f15e92fd4c1fef7ddc98d 100644
(file)
--- 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}}