diff options
| author | Georges Dubus <georges.dubus@compiletoi.net> | 2013-02-23 18:32:34 +0100 |
|---|---|---|
| committer | Georges Dubus <georges.dubus@compiletoi.net> | 2013-02-23 18:32:34 +0100 |
| commit | 594aa497d2e421c22df9c8f604d7e6bf45fd2a35 (patch) | |
| tree | 90e52c5c9229ea3160590b931511885a60abcf62 /docs | |
| parent | b58cb07681ebfe8b53cfca3854e7445159355488 (diff) | |
| download | webtest-594aa497d2e421c22df9c8f604d7e6bf45fd2a35.tar.gz | |
Rewrote TestResponse._find_element.
Removed the anchor argument of TestResponse.click and the button
argument of TestResponse.clickbutton. Removed utils.parse_attrs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt index e4cf925..70bc4a9 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -4,6 +4,10 @@ News 2.0dev ------ +* Backward incompatibility : Removed the ``anchor`` argument of + :meth:`TestResponse.click` and the ``button`` argument of + :meth:`TestResponse.clickbutton`. It is for the greater good. + * Added `wsgiproxy` support to do HTTP request to an URL [gawel] * Use BeautifulSoup4 to parse forms [gawel] |
