summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-05-10 15:03:35 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-05-10 15:03:35 (GMT)
commit264552a827b7c7a48b22bb74fd88e510d2017e4e (patch)
tree5d52c9e3eb12482bac4ee917ef30963250fa53af /Doc/whatsnew
parent10595a64f3481190d51fe13772c860be1d5583f9 (diff)
downloadcpython-264552a827b7c7a48b22bb74fd88e510d2017e4e.zip
cpython-264552a827b7c7a48b22bb74fd88e510d2017e4e.tar.gz
cpython-264552a827b7c7a48b22bb74fd88e510d2017e4e.tar.bz2
Link to unittest2 article
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 70ea41c..6fe294e 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: