From: Andrew M. Kuchling Date: Mon, 10 May 2010 15:03:35 +0000 (+0000) Subject: Link to unittest2 article X-Git-Tag: v2.7rc1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=264552a827b7c7a48b22bb74fd88e510d2017e4e;p=python Link to unittest2 article --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 70ea41c0c9..6fe294eb04 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -1904,6 +1904,11 @@ large, so the module was turned into a package and the code split into several files (by Benjamin Peterson). This doesn't affect how the module is imported or used. +.. seealso:: + + http://www.voidspace.org.uk/python/articles/unittest2.shtml + Describes the new features, how to use them, and the + rationale for various design decisions. (By Michael Foord.) .. _elementtree-section: