1pytest-2.4.1: fixing three regressions compared to 2.3.5
2===========================================================================
3
4pytest-2.4.1 is a quick follow up release to fix three regressions
5compared to 2.3.5 before they hit more people:
6
7- When using parser.addoption() unicode arguments to the
8  "type" keyword should also be converted to the respective types.
9  thanks Floris Bruynooghe, @dnozay. (fixes issue360 and issue362)
10
11- fix dotted filename completion when using argcomplete
12  thanks Anthon van der Neuth. (fixes issue361)
13
14- fix regression when a 1-tuple ("arg",) is used for specifying
15  parametrization (the values of the parametrization were passed
16  nested in a tuple).  Thanks Donald Stufft.
17
18- also merge doc typo fixes, thanks Andy Dirnberger
19
20as usual, docs at http://pytest.org and upgrades via::
21
22    pip install -U pytest
23
24have fun,
25holger krekel
26