44ChangeLog
55=========
66
7+ 3.2.2 (released 2024-01-28)
8+ ---------------------------
9+ * Fixes the broken interactive shell.
10+ * Fixes 'run_file' when specifying files in a subdirectory without extension.
11+
7123.2.1 (released 2023-11-23)
813---------------------------
914* Increased the default request timeout of the twill browser to 10 seconds
@@ -42,24 +47,20 @@ ChangeLog
4247
43483.0.3 (released 2022-10-12)
4449---------------------------
45-
4650* Form numbers are now printed correctly with 'showforms' (#12).
4751
48523.0.2 (released 2022-04-10)
4953---------------------------
50-
5154* Save HTML file with browser encoding or as UTF-8 (#9).
5255* Do not modify root logger any more (#10).
5356
54573.0.1 (released 2021-12-04)
5558---------------------------
56-
5759* This version now also supports Python 3.10.
5860* The twill language now allows 8-bit letters to appear in strings unquoted.
5961
60623.0 (released 2021-02-25)
6163-------------------------
62-
6364* In this version we require Python 3.6 to 3.9.
6465 If you still need support for Python 2 or Python 3.5,
6566 then please use the latest version from the 2.x branch.
@@ -68,25 +69,21 @@ ChangeLog
6869
69702.0.3 (released 2021-02-25)
7071---------------------------
71-
7272* Backported the fixes in version 3.0.
7373
74742.0.2 (released 2021-02-13)
7575---------------------------
76-
7776* This version now also supports Python 3.9.
7877* 'tidy_should_exist' has been renamed ot 'require_tidy'.
7978* Support for setting options to be used with HTML Tidy.
8079* Cleanup scripts are now also read as UTF-8 in Python 3.
8180
82812.0.1 (released 2020-07-12)
8382---------------------------
84-
8583* Fixes an issue with encoding declarations (#5).
8684
87852.0 (released 2020-04-04)
8886-------------------------
89-
9087This version is based on twill 1.8, which was a refactoring
9188of version 0.9 that used requests _ and lxml _ instead of mechanize _,
9289done by Ben Taylor in April 2014. It also integrates ideas and
0 commit comments