From ba1f6336afe940410395d541d410bb95adcbb64e Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 1 Aug 2010 15:21:59 +0200 Subject: [PATCH] add 1.3.3 release "announcement" --HG-- branch : trunk --- doc/announce/release-1.3.3.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/announce/release-1.3.3.txt diff --git a/doc/announce/release-1.3.3.txt b/doc/announce/release-1.3.3.txt new file mode 100644 index 000000000..c62cb8590 --- /dev/null +++ b/doc/announce/release-1.3.3.txt @@ -0,0 +1,26 @@ +py.test/pylib 1.3.3: windows and other fixes +=========================================================================== + +pylib/py.test 1.3.3 is a minor bugfix release featuring some improvements +and fixes. See changelog_ for full history. + +have fun, +holger krekel + +.. _changelog: ../changelog.html + +Changes between 1.3.2 and 1.3.3 +================================================== + +- fix issue113: assertion representation problem with triple-quoted strings + (and possibly other cases) +- make conftest loading detect that a conftest file with the same + content was already loaded, avoids surprises in nested directory structures + which can be produced e.g. by Hudson. It probably removes the need to use + --confcutdir in most cases. +- fix terminal coloring for win32 + (thanks Michael Foord for reporting) +- fix weirdness: make terminal width detection work on stdout instead of stdin + (thanks Armin Ronacher for reporting) +- remove trailing whitespace in all py/text distribution files +