[GitHub] qpid-dispatch pull request #305: Dispatch 965 - Port to Python 3.x

2018-06-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/qpid-dispatch/pull/305 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #305: Dispatch 965 - Port to Python 3.x

2018-05-16 Thread kgiusti
Github user kgiusti commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/305#discussion_r188773750 --- Diff: console/config/mock/section.py --- @@ -17,6 +17,11 @@ # under the License. # +from __future__ import print_function +

[GitHub] qpid-dispatch pull request #305: Dispatch 965 - Port to Python 3.x

2018-05-16 Thread ErnieAllen
Github user ErnieAllen commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/305#discussion_r188746296 --- Diff: console/config/mock/section.py --- @@ -17,6 +17,11 @@ # under the License. # +from __future__ import print_function

[GitHub] qpid-dispatch pull request #305: Dispatch 965 - Port to Python 3.x

2018-05-16 Thread kgiusti
GitHub user kgiusti opened a pull request: https://github.com/apache/qpid-dispatch/pull/305 Dispatch 965 - Port to Python 3.x This patch is about as done as I can get it. Unit tests pass on 2.6, 2.7, and 3.6. Other than the fixups there are 2 major changes here: 1