Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1807-master 80624fcbe -> 979057485


removed upgrading docs for 3.3.1. Inclusion in 3.2.7 is enough


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/97905748
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/97905748
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/97905748

Branch: refs/heads/TINKERPOP-1807-master
Commit: 979057485fe62d33e754965582bdd687a4babba0
Parents: 80624fc
Author: davebshow <davebs...@gmail.com>
Authored: Fri Nov 17 09:36:22 2017 -0800
Committer: davebshow <davebs...@gmail.com>
Committed: Fri Nov 17 09:36:22 2017 -0800

----------------------------------------------------------------------
 docs/src/upgrade/release-3.3.x.asciidoc | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/97905748/docs/src/upgrade/release-3.3.x.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc 
b/docs/src/upgrade/release-3.3.x.asciidoc
index 4aaca6a..80aff8b 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -29,15 +29,6 @@ Please see the 
link:https://github.com/apache/tinkerpop/blob/3.3.1/CHANGELOG.asc
 
 === Upgrading for Users
 
-==== Gremlin-Python Core Types
-With the addition of `UUID`, `Date`, and `Timestamp`, Gremlin-Python now 
implements serializers for all core GraphSON types. Users
-that were using other types to represent this data can now use the Python 
classes `datetime.datetime` and`uuid.UUID` in GLV traversals.
-Since Python does not support a native `Timestamp` object, Gremlin-Python now 
offers a dummy class `Timestamp`, which allows
-users to wrap a float and submit it to the Gremlin Server as a `Timestamp` 
GraphSON type. `Timestamp` can be found in
-`gremlin_python.statics`.
-
-See: link:https://issues.apache.org/jira/browse/TINKERPOP-1807[TINKERPOP-1807]
-
 ==== Gremlin Python path()
 
 There was a bug in GraphSON 3.0 serialization that prevented proper handling 
of results contain `Path` object. As a

Reply via email to