We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b01f41 commit c8782d2Copy full SHA for c8782d2
Pyro5/__init__.py
@@ -4,7 +4,7 @@
4
Pyro - Python Remote Objects. Copyright by Irmen de Jong ([email protected]).
5
"""
6
7
-__version__ = "5.6.dev0"
+__version__ = "5.6"
8
__author__ = "Irmen de Jong"
9
10
docs/source/changelog.rst
@@ -5,6 +5,7 @@ Change Log
**Pyro 5.6**
- improved and cleaned up exception handling throughout the code base
+- URIs now accept spaces in the location part. This is useful for unix domain sockets.
11
**Pyro 5.5**
0 commit comments