From f3645354f9ba9796139c76451a6b630c3839fcb2 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 20 Oct 2018 22:47:19 +0200 Subject: [PATCH] misc --- docs/source/changelog.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index f9b28b7d..ca9655bb 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -4,7 +4,7 @@ Change Log **Pyro 4.74** -- serpent 1.27 required +- serpent 1.27 required to avoid regression in previous version - fixed marshal serializer problem that prevented it to even call register() in the name server. Its dumpsCall is now able to use the class_to_dict conversion for unmarshallable types (in simple situations, not recursively). Previously, you would get a ValueError: unmarshallable object. diff --git a/setup.cfg b/setup.cfg index 4d04425c..af528937 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,5 +18,5 @@ universal = 1 [pycodestyle] max-line-length = 140 -ignore = E402,E731 +ignore = E402,E731,W504 exclude = .git,__pycache__,.tox,docs,tests,build,dist,examples