Merge lp:~lifeless/testtools/bug-1068685 into lp:~testtools-committers/testtools/trunk

Proposed by Robert Collins
Status: Merged
Approved by: Jonathan Lange
Approved revision: 306
Merge reported by: Robert Collins
Merged at revision: not available
Proposed branch: lp:~lifeless/testtools/bug-1068685
Merge into: lp:~testtools-committers/testtools/trunk
Diff against target: 27 lines (+5/-6)
1 file modified
doc/overview.rst (+5/-6)
To merge this branch: bzr merge lp:~lifeless/testtools/bug-1068685
Reviewer Review Type Date Requested Status
Jonathan Lange Approve
Review via email: mp+144012@code.launchpad.net

Description of the change

Was much simpler than it appeared.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/overview.rst'
2--- doc/overview.rst 2012-09-17 11:44:55 +0000
3+++ doc/overview.rst 2013-01-20 08:36:22 +0000
4@@ -5,10 +5,7 @@
5 testtools is a set of extensions to the Python standard library's unit testing
6 framework. These extensions have been derived from many years of experience
7 with unit testing in Python and come from many different sources. testtools
8-supports Python versions all the way back to Python 2.4. The next release of
9-testtools will change that to support versions that are maintained by the
10-Python community instead, to allow the use of modern language features within
11-testtools.
12+supports Python versions all the way back to Python 2.6.
13
14 What better way to start than with a contrived code snippet?::
15
16@@ -96,7 +93,9 @@
17 --------------------------
18
19 testtools gives you the very latest in unit testing technology in a way that
20-will work with Python 2.6, 2.7 and 3.1.
21+will work with Python 2.6, 2.7, 3.1 and 3.2.
22
23 If you wish to use testtools with Python 2.4 or 2.5, then please use testtools
24-0.9.15.
25+0.9.15. Up to then we supported Python 2.4 and 2.5, but we found the
26+constraints involved in not using the newer language features onerous as we
27+added more support for versions post Python 3.

Subscribers

People subscribed via source and target branches