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 2022/05/13 14:01:00 UTC

[jira] [Closed] (TINKERPOP-2743) Gremlin-python ref docs use with_* and without_*

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

Stephen Mallette closed TINKERPOP-2743.
---------------------------------------
    Fix Version/s:     (was: 3.6.1)
       Resolution: Not A Problem

I dont think there is a problem here. There was an effort to make gremlin-python more pythonic and we introduced the underscored versions. The old camel-cased versions are also present still but deprecated - see the following as an example:

https://github.com/apache/tinkerpop/blob/master/gremlin-python/src/main/python/gremlin_python/process/graph_traversal.py#L117-L127

users should prefer the underscored versions as described in the reference docs.

> Gremlin-python ref docs use with_* and without_*
> ------------------------------------------------
>
>                 Key: TINKERPOP-2743
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2743
>             Project: TinkerPop
>          Issue Type: Bug
>    Affects Versions: 3.6.0
>            Reporter: Marc de Lignie
>            Priority: Major
>
> In the reference docs gremlin-python steps with* and without* are represented as with_* and without_*, e.g. with_remote should be withRemote, without_strategies should be withoutStrategies.
> It feels like some auto formatter that ran wild, so possibly more harm was done.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)