You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2017/10/20 14:57:00 UTC

[jira] [Closed] (TINKERPOP-1799) Failure to serialize path() in gremlin-python

     [ https://issues.apache.org/jira/browse/TINKERPOP-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette closed TINKERPOP-1799.
---------------------------------------
    Resolution: Fixed

> Failure to serialize path() in gremlin-python
> ---------------------------------------------
>
>                 Key: TINKERPOP-1799
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1799
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: python
>    Affects Versions: 3.3.0
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Critical
>             Fix For: 3.3.1
>
>
> {code}
> >>> g.V().hasLabel('person').both().path().toList()
> [[u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value'], [u'@type', u'@value']]
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)