Ori.livneh has uploaded a new change for review. Change subject: Use io.open(sock.fileno(), ...) on both 2 and 3 ......................................................................
Use io.open(sock.fileno(), ...) on both 2 and 3 Unlike sock.makefile(), this works the same way in both Python 2 and 3, eliminating the need for its inclusion in the compat module. Change-Id: Icc8f810ab2ff1850ec704a53144f92873a1aa8ab --- M server/bin/udp2zmq M server/eventlogging/compat.py M server/eventlogging/stream.py 3 files changed, 31 insertions(+), 53 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EventLogging refs/changes/65/44965/1 -- To view, visit https://gerrit.wikimedia.org/r/44965 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icc8f810ab2ff1850ec704a53144f92873a1aa8ab Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/EventLogging Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
