forked from couchbase/couchbase-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PYCBC-343: SubdocResult: Add missing import
This allows iteration, whereas before it resulted in an exception due to a missing `izip` import. Code has been added to _pyport since the `izip` is a builtin (`zip`) in Py3 Change-Id: I1c3d74b2b4c0a6e2a60ca728c36c11717012c4b6 Reviewed-on: http://review.couchbase.org/63577 Reviewed-by: Will Gardner <[email protected]> Tested-by: Mark Nunberg <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters