[Python-checkins] r86646 - python/branches/py3k/Doc/reference/expressions.rst

brett.cannon python-checkins at python.org
Sun Nov 21 20:58:24 CET 2010


Author: brett.cannon
Date: Sun Nov 21 20:58:24 2010
New Revision: 86646

Log:
Add sets to the precedence table.

Modified:
   python/branches/py3k/Doc/reference/expressions.rst

Modified: python/branches/py3k/Doc/reference/expressions.rst
==============================================================================
--- python/branches/py3k/Doc/reference/expressions.rst	(original)
+++ python/branches/py3k/Doc/reference/expressions.rst	Sun Nov 21 20:58:24 2010
@@ -1312,6 +1312,7 @@
 | ``(expressions...)``,                         | Binding or tuple display,           |
 | ``[expressions...]``,                         | list display,                       |
 | ``{key:datum...}``,                           | dictionary display,                 |
+| ``{expressions...}``                          | set display                         |
 +-----------------------------------------------+-------------------------------------+
 
 


More information about the Python-checkins mailing list