]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Fix APL trailing zero suppression.
authorBob Halley <halley@dnspython.org>
Tue, 13 Aug 2013 16:46:55 +0000 (09:46 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 13 Aug 2013 16:46:55 +0000 (09:46 -0700)
commitc8f9645e596eb634564ec5f2b9506526fd7aafde
treef3faab3d936d7525dc83bc563ae1c7d519b72c24
parentbb5184ca8a797b43493934095503cbc057927cac
Fix APL trailing zero suppression.

This was a part of the port to python3 that got missed... chr(0) != 0.
dns/rdtypes/IN/APL.py