From commits-return-61030-archive-asf-public=cust-asf.ponee.io@beam.apache.org Wed Mar 14 20:07:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1EFD9180654 for ; Wed, 14 Mar 2018 20:07:03 +0100 (CET) Received: (qmail 42726 invoked by uid 500); 14 Mar 2018 19:07:03 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 42715 invoked by uid 99); 14 Mar 2018 19:07:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2018 19:07:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A065EC6458 for ; Wed, 14 Mar 2018 19:07:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id z8GxN8xBTPdd for ; Wed, 14 Mar 2018 19:07:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 43C725F216 for ; Wed, 14 Mar 2018 19:07:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8105DE00C8 for ; Wed, 14 Mar 2018 19:07:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 435982148D for ; Wed, 14 Mar 2018 19:07:00 +0000 (UTC) Date: Wed, 14 Mar 2018 19:07:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (BEAM-3761) Fix Python 3 cmp function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BEAM-3761?focusedWorklogId=3D8= 0470&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpane= l#worklog-80470 ] ASF GitHub Bot logged work on BEAM-3761: ---------------------------------------- Author: ASF GitHub Bot Created on: 14/Mar/18 19:06 Start Date: 14/Mar/18 19:06 Worklog Time Spent: 10m=20 Work Description: holdenk commented on issue #4774: [BEAM-3761]Fix Py= thon 3 cmp usage URL: https://github.com/apache/beam/pull/4774#issuecomment-373139934 =20 =20 So the open "test_stream" issue, you pinged someone else on it for comme= nt? Or is there another one? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 80470) Time Spent: 5.5h (was: 5h 20m) > Fix Python 3 cmp function > ------------------------- > > Key: BEAM-3761 > URL: https://issues.apache.org/jira/browse/BEAM-3761 > Project: Beam > Issue Type: Improvement > Components: sdk-py-core > Reporter: holdenk > Priority: Major > Time Spent: 5.5h > Remaining Estimate: 0h > > Various functions don't exist in Python 3 that did in python 2. This Jira= is to fix the use of cmp (which often will involve rewriting __cmp__ as we= ll). > =C2=A0 > Note: there are existing PRs for basestring and unicode ( [https://github= .com/apache/beam/pull/4697|https://github.com/apache/beam/pull/4697,]=C2=A0= , [https://github.com/apache/beam/pull/4730]=C2=A0) > =C2=A0 > Note once all of the missing names/functions are fixed we can enable F821= in falke8 python 3. -- This message was sent by Atlassian JIRA (v7.6.3#76005)