Github user leifurhauks commented on the issue:
https://github.com/apache/tinkerpop/pull/340
@okram , I realized the current implementation of bindings as dicts is
breaking 2/3 compatibility. It also makes it bit hairy to extract just the key
in `RawExpression`.
I would suggest using a tuple (e.g. `('symbol', value)` ) or a simple class
that just has two data members. May I revise the bindings implementation?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---