GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/732
TINKERPOP-1799 Fixed serialization of Path objects for python.
https://issues.apache.org/jira/browse/TINKERPOP-1799
This issue only related to GraphSON 3.0 and was fairly straightforward to
fix. Tests did not pick up the failure because they continued to use GraphSON
2.0 format in the test itself.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1799
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/732.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #732
----
commit d5ed2f7cb9a110453667be0b1dbfc6bf9c0383a6
Author: Stephen Mallette <[email protected]>
Date: 2017-10-13T16:34:42Z
TINKERPOP-1799 Fixed serialization of Path objects for python.
This issue only related to GraphSON 3.0 and was fairly straightforward to
fix. Tests did not pick up the failure because they continued to use GraphSON
2.0 format in the test itself.
----
---