- Add ``wsgi_intercept`` support (came from ``zope.app.wsgi.testlayer``).
3.10.4
-------------------
- Move the over-the-wire.txt doctest out of the TestBrowserLayer as it doesn't need or use it.
- Fix test compatibility with zope.app.testing 3.8.1.
3.10.3
-------------------
- Fixed backwards compatibility with ``zope.app.wsgi.testlayer``.
3.10.2
-------------------
- Fixed Python 2.7 compatibility in Browser.handleErrors.
3.10.1
-------------------
- Fixed a bug that caused the ``Browser`` to keep it's previous ``contents`` The places are: - Link.click() - SubmitControl.click() - ImageControl.click() - Form.submit()
- Also adjusted exception messages at the above places to match pre version 3.4.1 messages.