Skip to content

Releases: sekgobela-kevin/resid

resid v0.0.3

24 Sep 11:45
Compare
Choose a tag to compare
resid v0.0.3 Pre-release
Pre-release

Fixes bugs within 'urlmod.py' that caused make_url_absolute() to behave in unwanted way.
Updates were made to module to ensure the function works as expected.
Other functions that make_url_absolute() has to be fixed as they also contained bugs.

Some bugs included dictionary being returned intead of bytes or string.
Others included unexpected outcomes which was caused by bugs with the function.

resid v0.0.2

24 Sep 11:38
Compare
Choose a tag to compare
resid v0.0.2 Pre-release
Pre-release

make_url_absoulute(url, base_url) function of urlmod.py as turned into make_url_absoulute(base_url, url) by swaping its argument.