bump verrsion to python2.7, fix a too precise test for windows, regen docs

This commit is contained in:
holger krekel
2015-03-26 09:34:10 +01:00
parent c69978fbb0
commit d2a8866bce
25 changed files with 385 additions and 583 deletions

View File

@@ -1,4 +1,4 @@
2.7.0.dev (compared to 2.6.4)
2.7.0 (compared to 2.6.4)
-----------------------------
- fix issue435: make reload() work when assert rewriting is active.
@@ -47,6 +47,8 @@
is scheduled to drop supporting the old ``__multicall__``
and only support the hookwrapper protocol.
- majorly speed up invocation of plugin hooks
- use hookwrapper mechanism in builtin pytest plugins.
- add a doctest ini option for doctest flags, thanks Holger Peters.