[Python-checkins] r86943 - python/branches/py3k/Doc/library/unittest.rst

georg.brandl python-checkins at python.org
Thu Dec 2 23:35:25 CET 2010


Author: georg.brandl
Date: Thu Dec  2 23:35:25 2010
New Revision: 86943

Log:
Re-add accidentally removed line.

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

Modified: python/branches/py3k/Doc/library/unittest.rst
==============================================================================
--- python/branches/py3k/Doc/library/unittest.rst	(original)
+++ python/branches/py3k/Doc/library/unittest.rst	Thu Dec  2 23:35:25 2010
@@ -1719,6 +1719,7 @@
       The total number of tests run so far.
 
 
+   .. attribute:: buffer
 
       If set to true, ``sys.stdout`` and ``sys.stderr`` will be buffered in between
       :meth:`startTest` and :meth:`stopTest` being called. Collected output will


More information about the Python-checkins mailing list