[
https://issues.apache.org/jira/browse/TINKERPOP-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Dale updated TINKERPOP-2272:
-----------------------------------
Description:
The following steps overlap standard python functions:
{code:java}
filter()
id()
max()
min()
range()
sum()
{code}
They need to be renamed to have the underscore suffix.
List discussion:
[https://groups.google.com/forum/#!topic/gremlin-users/Na4wKhZ4_dU]
was:
The following steps overlap standard python functions:
{code}
filter()
id()
max()
min()
range()
sum()
{code}
They need to be renamed to have the underscore suffix.
> Rename steps and tokens that conflict with standard python functions
> --------------------------------------------------------------------
>
> Key: TINKERPOP-2272
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2272
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.3.7
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
>
> The following steps overlap standard python functions:
> {code:java}
> filter()
> id()
> max()
> min()
> range()
> sum()
> {code}
> They need to be renamed to have the underscore suffix.
>
> List discussion:
> [https://groups.google.com/forum/#!topic/gremlin-users/Na4wKhZ4_dU]
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)