summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorMartin <martin.basti@gmail.com>2016-07-03 00:12:14 +0200
committerMartin <martin.basti@gmail.com>2016-07-03 00:15:06 +0200
commit0be914fc219f40974f9d7316c11128fc84cf42e7 (patch)
treedfd1a61420fcab25e982924937f7e7bbf9d0ea2f /pylintrc
parentd1d28628871ebd07585a703628579f6f2d7b9979 (diff)
downloaddnspython-0be914fc219f40974f9d7316c11128fc84cf42e7.tar.gz
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
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 74e2196..5ab42a1 100644
--- a/pylintrc
+++ b/pylintrc
@@ -31,7 +31,6 @@ disable=
no-member,
protected-access,
redefined-builtin,
- round-builtin,
too-many-lines,
unused-argument,
unused-variable,