New issue 494: Better assertion help when comparing lists
https://bitbucket.org/hpk42/pytest/issue/494/better-assertion-help-when-comparing-lists
Ionel Maries Cristian:
Example output
```
> assert hist == ['before', 'the-return-valuex', 'after', 'fina
New issue 540: Encoding failure in doctest error handling on py3/windows
https://bitbucket.org/hpk42/pytest/issue/540/encoding-failure-in-doctest-error-handling
Ionel Maries Cristian:
I get this sort of failure:
```
C:\Users\ionel_000\Projects\asdfasdf>tox
py34 create: C:\Users\ionel_
New issue 674: Fixtures from methods wrongly get rebound to request.instance
https://bitbucket.org/hpk42/pytest/issue/674/fixtures-from-methods-wrongly-get-rebound
Ionel Maries Cristian:
In `python.py` there's code like this
```
if self.unittest:
result = self