Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE932200C2A for ; Wed, 1 Mar 2017 22:12:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CD43F160B78; Wed, 1 Mar 2017 21:12:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 27CA6160B56 for ; Wed, 1 Mar 2017 22:12:49 +0100 (CET) Received: (qmail 90759 invoked by uid 500); 1 Mar 2017 21:12:48 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 90747 invoked by uid 99); 1 Mar 2017 21:12:48 -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, 01 Mar 2017 21:12:48 +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 A5EF3C0348 for ; Wed, 1 Mar 2017 21:12:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.651 X-Spam-Level: X-Spam-Status: No, score=0.651 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id PaX3RIj3vz5t for ; Wed, 1 Mar 2017 21:12:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DF1A65F254 for ; Wed, 1 Mar 2017 21:12:46 +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 3B7E8E04FE for ; Wed, 1 Mar 2017 21:12:46 +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 5E46E2415C for ; Wed, 1 Mar 2017 21:12:45 +0000 (UTC) Date: Wed, 1 Mar 2017 21:12:45 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRFLOW-916) Fix ConfigParser deprecation warning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Mar 2017 21:12:50 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891045#comment-15891045 ] ASF subversion and git services commented on AIRFLOW-916: --------------------------------------------------------- Commit 7d95a0dca06505a224e43aa8f767ce8b7d15e99e in incubator-airflow's branch refs/heads/master from [~aoen] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=7d95a0d ] Revert "[AIRFLOW-916] Remove deprecated readfp function" This reverts commit ef6dd1b29b794c5e0fd4f2bc8422a386395950f5 which broke webservers. > Fix ConfigParser deprecation warning > ------------------------------------- > > Key: AIRFLOW-916 > URL: https://issues.apache.org/jira/browse/AIRFLOW-916 > Project: Apache Airflow > Issue Type: Improvement > Affects Versions: 1.8.0 > Reporter: Jeremiah Lowin > Assignee: Jeremiah Lowin > Priority: Trivial > Fix For: 1.9.0 > > > ConfigParser.readfp() is deprecated in favor of ConfigParser.read_file(), according to warning messages -- This message was sent by Atlassian JIRA (v6.3.15#6346)