]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Py3: round compatible with py2 187/head
authorMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 22:12:14 +0000 (00:12 +0200)
committerMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 22:15:06 +0000 (00:15 +0200)
commit0be914fc219f40974f9d7316c11128fc84cf42e7
treedfd1a61420fcab25e982924937f7e7bbf9d0ea2f
parentd1d28628871ebd07585a703628579f6f2d7b9979
Py3: round compatible with py2

Python 3 and Python 2 uses different rounding strategies in round().
Function round_py2_compat() do rounding in py2 compatible strategy for both py2 and py3
dns/_compat.py
dns/rdtypes/ANY/LOC.py
pylintrc