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

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Oct 20, 2018
1 parent 648c9d3 commit f364535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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

0 comments on commit f364535

Please sign in to comment.