You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/04/29 12:26:30 UTC

[tinkerpop] branch 3.4-dev updated (58bd8f4 -> a3cefa0)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 58bd8f4  Merge branch '3.3-dev' into 3.4-dev
     add 7210d7a  TINKERPOP-2360 gremlin-python: fix up serializer out of range of int
     add afe9d70  TINKERPOP-2360 Added some extra assertions around numbers
     add a3cefa0  Merge branch '3.3-dev' into 3.4-dev

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                           |  1 +
 .../main/jython/gremlin_python/structure/io/graphsonV2d0.py  | 12 ++++++++++++
 .../main/jython/gremlin_python/structure/io/graphsonV3d0.py  | 11 +++++++++++
 gremlin-python/src/main/jython/tests/driver/test_client.py   | 11 +++++++++++
 .../src/main/jython/tests/structure/io/test_graphsonV2d0.py  | 11 +++++------
 .../src/main/jython/tests/structure/io/test_graphsonV3d0.py  | 11 +++++------
 6 files changed, 45 insertions(+), 12 deletions(-)