From 264552a827b7c7a48b22bb74fd88e510d2017e4e Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 10 May 2010 15:03:35 +0000 Subject: [PATCH] Link to unittest2 article --- Doc/whatsnew/2.7.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 70ea41c0c94..6fe294eb045 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: