[py-svn] r37057 - py/dist/py/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Jan 20 13:13:25 CET 2007


Author: cfbolz
Date: Sat Jan 20 13:13:22 2007
New Revision: 37057

Modified:
   py/dist/py/doc/misc.txt
Log:
mention set in docs


Modified: py/dist/py/doc/misc.txt
==============================================================================
--- py/dist/py/doc/misc.txt	(original)
+++ py/dist/py/doc/misc.txt	Sat Jan 20 13:13:22 2007
@@ -203,5 +203,7 @@
  * reversed
  * sorted
  * BaseException
+ * set and frozenset (using either the builtin, if available, or the sets
+   module)
 
 ``py.builtin.BaseException`` is just ``Exception`` before Python 2.5.



More information about the pytest-commit mailing list