]> git.ipfire.org Git - thirdparty/dnspython.git/commit
$GENERATE was not padding correctly given a pattern like ${0,3} it was
authorBob Halley <halley@dnspython.org>
Thu, 21 Feb 2019 14:33:00 +0000 (06:33 -0800)
committerBob Halley <halley@dnspython.org>
Thu, 21 Feb 2019 14:33:00 +0000 (06:33 -0800)
commit268cacfd245ccd1cc59785fb84b329aab00f3ed2
treed738598ed5c1c577421808b9a7760df91e574c35
parent5b7f0e1fc1779c5c866c850b2cd0b6cde465268a
$GENERATE was not padding correctly given a pattern like ${0,3} it was
using the index field (0) as the padding width, instead of the correct value
3.
dns/zone.py
tests/test_generate.py