~~~~~~
CHANGES
-------
* Documentation hopefully covers ``TestWithFixtures`` a little better.
(Robert Collins, 1102688)
* ``FakePopen`` now accepts all the parameters available in Python 2.7.
(Robert Collins)
* ``FakePopen`` now only passes parameters to the get_info routine if the
caller supplied them. (Robert Collins)
* ``setup.py`` now lists the ``testtools`` dependency which was missing.
(Robert Collins, 1103823)