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

georg.brandl python-checkins at python.org
Mon Aug 2 21:35:07 CEST 2010


Author: georg.brandl
Date: Mon Aug  2 21:35:06 2010
New Revision: 83551

Log:
Remove XXX comment that was displayed.

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:35:06 2010
@@ -40,10 +40,8 @@
 
 .. data:: Ellipsis
 
-   The same as ``...``. Special value used mostly in conjunction with extended
-   slicing syntax for user-defined container data types, as in ::
-
-   .. XXX Someone who understands extended slicing should fill in here.
+   The same as ``...``.  Special value used mostly in conjunction with extended
+   slicing syntax for user-defined container data types.
 
 
 .. data:: __debug__


More information about the Python-checkins mailing list