fix issue741: make running output from testdir.run copy/pasteable

This commit is contained in:
holger krekel 2015-06-03 23:40:42 +02:00
parent 584cccf7ec
commit c037f52878
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@
- fix monkeypatch.setattr("x.y", raising=False) to actually not raise
if "y" is not a pre-existing attribute. Thanks Florian Bruhin.
- fix issue741: make running output from testdir.run copy/pasteable
Thanks Bruno Oliveira.
2.7.1 (compared to 2.7.0)
-----------------------------