]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Improve the comment on get_int(), as it is unsigned.
authorBob Halley <halley@dnspython.org>
Thu, 18 Jun 2020 03:04:33 +0000 (20:04 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 18 Jun 2020 03:04:33 +0000 (20:04 -0700)
commitd7d08439edf713427722f00fc0132a71828f0df5
tree32b700250f8199ab92b356279cfb9e1f4ac96516
parent6c7affb3edeae9e1b5079751b45296b270e52610
Improve the comment on get_int(), as it is unsigned.

Add missing base parameter to get_uint32.

Don't copy get_int in get_uint32, just call get_int.

get_uint32 erroneously permitted 4294967296.

remove cut-and-paste origin parameter to get_string() and get_identifier().
dns/tokenizer.py