GitHub user okram opened a pull request:

    https://github.com/apache/tinkerpop/pull/408

    TINKERPOP-1440: g:Path needs a GraphSON deserializer in Gremlin-Python

    This was easy to implement. Now you get a Path `Path` object back with a 
`str` that looks like Gremlin-Python.
    
    CHANGELOG:
    
    ```
    * Added Path to Gremlin-Python with respective GraphSON 2.0 deserializer
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1440

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/408.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 #408
    
----
commit 144a7cdde6fa04c8a2897445cbea005d8a692869
Author: Marko A. Rodriguez <okramma...@gmail.com>
Date:   2016-09-12T22:13:27Z

    added Path object and GraphSON desrialization for g:Path in Gremlin-Python. 
Added test cases to ensure both Path semantics and Path deserialization.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to