[Python-checkins] r81042 - python/trunk/Doc/whatsnew/2.7.rst (original) (raw)
andrew.kuchling python-checkins at python.org
Mon May 10 17:03:36 CEST 2010
- Previous message: [Python-checkins] r81041 - in python/branches/py3k: Doc/library/ftplib.rst Doc/whatsnew/3.2.rst Lib/ftplib.py Lib/test/test_ftplib.py Misc/NEWS
- Next message: [Python-checkins] r81043 - in python/trunk: Lib/test/test_asyncore.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: andrew.kuchling Date: Mon May 10 17:03:35 2010 New Revision: 81042
Log: Link to unittest2 article
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 Mon May 10 17:03:35 2010 @@ -1904,6 +1904,11 @@ 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:
- Previous message: [Python-checkins] r81041 - in python/branches/py3k: Doc/library/ftplib.rst Doc/whatsnew/3.2.rst Lib/ftplib.py Lib/test/test_ftplib.py Misc/NEWS
- Next message: [Python-checkins] r81043 - in python/trunk: Lib/test/test_asyncore.py Misc/NEWS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]