projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c589a70
)
Remove redundant information.
author
Georg Brandl
<georg@python.org>
Mon, 2 Aug 2010 19:39:17 +0000
(19:39 +0000)
committer
Georg Brandl
<georg@python.org>
Mon, 2 Aug 2010 19:39:17 +0000
(19:39 +0000)
Doc/library/constants.rst
patch
|
blob
|
history
diff --git
a/Doc/library/constants.rst
b/Doc/library/constants.rst
index b69d1178fe22a921f57c615b5c2ac187bf5b461e..51a1c262d685fa07befd87fe0fdbf12a70fd39fa 100644
(file)
--- a/
Doc/library/constants.rst
+++ b/
Doc/library/constants.rst
@@
-38,9
+38,9
@@
A small number of constants live in the built-in namespace. They are:
.. data:: __debug__
This constant is true if Python was not started with an :option:`-O` option.
- Assignments to :const:`__debug__` are illegal and raise a :exc:`SyntaxError`.
See also the :keyword:`assert` statement.
+
.. note::
The names :data:`None`, :data:`False`, :data:`True` and :data:`__debug__`