add changelog entry about issue429, adapt README

This commit is contained in:
holger krekel 2014-01-29 09:00:14 +01:00
parent 825ea9bfa1
commit 2dade6ed00
2 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,8 @@ UNRELEASED
-----------------------------------
- fix issue409 -- better interoperate with cx_freeze by not
trying to import from collections.abc which causes problems for py27/cx_freeze.
Thanks Wolfgang L. for reporting and tracking it down.
trying to import from collections.abc which causes problems
for py27/cx_freeze. Thanks Wolfgang L. for reporting and tracking it down.
- fixed docs and code to use "pytest" instead of "py.test" almost everywhere.
Thanks Jurko Gospodnetic for the complete PR.
@ -20,6 +20,8 @@ UNRELEASED
- address issue416: clarify docs as to conftest.py loading semantics
- fix issue429: comparing byte strings with non-ascii chars in assert
expressions now work better. Thanks Floris Bruynooghe.
- make capfd/capsys.capture private, its unused and shouldnt be exposed

View File

@ -39,10 +39,10 @@ and report bugs at:
http://bitbucket.org/hpk42/pytest/issues/
and checkout repo at:
and checkout or fork repo at:
http://bitbucket.org/hpk42/pytest/
Copyright Holger Krekel and others, 2004-2013
Copyright Holger Krekel and others, 2004-2014
Licensed under the MIT license.