Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.6.6
-
None
-
None
Description
has_key_() was added to python because it was reserved on Dictionary but that was removed in python 3. since TinkerPop doesn't support python 2 anymore there is little need for this difference anymore. deprecate the underscore suffixed version and add the property has_key() version.