Package: python-mechanize / 1:0.4.10+ds-5

Metadata

Package Version Patches format
python-mechanize 1:0.4.10+ds-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use Python 3.patch | (download)

examples/forms/echo.cgi | 2 1 + 1 - 0 !
examples/forms/example.py | 2 1 + 1 - 0 !
examples/forms/simple.py | 2 1 + 1 - 0 !
examples/hack21.py | 2 1 + 1 - 0 !
examples/pypi.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 use python 3

0002 Fix warning.patch | (download)

MANIFEST.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix warning

Remove unused word

0003 py314 cookie test.patch | (download)

test/test_cookies.py | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix cookietests following fix for cpython #130631

The fix for https://github.com/python/cpython/issues/130631 in Python
3.14.0b1 (also cherry-picked to 3.13, but not yet released) causes
`www.acme.com` to be unquoted in cookie strings.  Adjust a test to cope
with this.