]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Make sure all 'strings' passed to the txtbase constructor are encoded if
authorBob Halley <halley@dnspython.org>
Sun, 19 Feb 2017 21:37:14 +0000 (13:37 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 19 Feb 2017 21:37:14 +0000 (13:37 -0800)
commit5f60e45d9ffb3a5756fa36886d711d3389e16a3a
tree2a9a8910894c35c6d8de1529b46ed94230ff1644
parent4f26a2c7af86474a3800c616aa26f2f419dd28c5
Make sure all 'strings' passed to the txtbase constructor are encoded if
needed.  [Issue #239]
dns/rdtypes/txtbase.py
tests/test_bugs.py