Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit f364535

Browse files
committed
misc
1 parent 648c9d3 commit f364535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44

55
**Pyro 4.74**
66

7-
- serpent 1.27 required
7+
- serpent 1.27 required to avoid regression in previous version
88
- fixed marshal serializer problem that prevented it to even call register() in the name server.
99
Its dumpsCall is now able to use the class_to_dict conversion for unmarshallable types
1010
(in simple situations, not recursively). Previously, you would get a ValueError: unmarshallable object.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ universal = 1
1818

1919
[pycodestyle]
2020
max-line-length = 140
21-
ignore = E402,E731
21+
ignore = E402,E731,W504
2222
exclude = .git,__pycache__,.tox,docs,tests,build,dist,examples

0 commit comments

Comments
 (0)