[Python-checkins] r80873 - python/trunk/Doc/whatsnew/2.7.rst

andrew.kuchling python-checkins at python.org
Thu May 6 19:27:57 CEST 2010


Author: andrew.kuchling
Date: Thu May  6 19:27:57 2010
New Revision: 80873

Log:
Change section title; point to unittest2

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Thu May  6 19:27:57 2010
@@ -1564,12 +1564,15 @@
 
 .. _unittest-section:
 
-Unit Testing Enhancements
+Updated module: unittest
 ---------------------------------
 
 The :mod:`unittest` module was greatly enhanced; many
 new features were added.  Most of these features were implemented
-by Michael Foord, unless otherwise noted.
+by Michael Foord, unless otherwise noted.  The enhanced version of
+the module is downloadable separately for use with Python versions 2.4 to 2.6,
+packaged as the :mod:`unittest2` package, from
+http://pypi.python.org/pypi/unittest2.
 
 When used from the command line, the module can automatically discover
 tests.  It's not as fancy as `py.test <http://pytest.org>`__ or


More information about the Python-checkins mailing list