[Python-checkins] r83553 - python/branches/py3k/Doc/library/constants.rst

georg.brandl python-checkins at python.org
Mon Aug 2 21:39:17 CEST 2010


Author: georg.brandl
Date: Mon Aug  2 21:39:17 2010
New Revision: 83553

Log:
Remove redundant information.

Modified:
   python/branches/py3k/Doc/library/constants.rst

Modified: python/branches/py3k/Doc/library/constants.rst
==============================================================================
--- python/branches/py3k/Doc/library/constants.rst	(original)
+++ python/branches/py3k/Doc/library/constants.rst	Mon Aug  2 21:39:17 2010
@@ -38,9 +38,9 @@
 .. 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__`


More information about the Python-checkins mailing list