From 315e1c73e02e669d7bad60248c4af90da3dfa443 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 30 Jan 2017 16:23:52 +0100 Subject: [PATCH] Note down detected behavior change. --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3deb650..94608cc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -95,6 +95,12 @@ CHANGES - ``zope.testbrowser[zope-functional-testing]`` +- Changed behavior: + + - The testbrowser no longer follows HTML redirects aka + ````. This was a `mechanize` feature which + does not seem to be provided by `WebTest`. + - Add support for Python 3.3, 3.4 and 3.5. - Drop support for Python 2.5 and 2.6.