From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 248FC138359 for ; Sat, 31 Oct 2020 22:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEF94E0805; Sat, 31 Oct 2020 22:28:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D49F4E0805 for ; Sat, 31 Oct 2020 22:28:21 +0000 (UTC) Received: by mail-ej1-f41.google.com with SMTP id i19so2458254ejx.9 for ; Sat, 31 Oct 2020 15:28:20 -0700 (PDT) X-Gm-Message-State: AOAM532cPH8HE41h4kVzsgM59rTFXKUnYnGj1cMNh4vtDI6s0ehXjqDI XpVRuETymvIANOTqtlvuXCCpQymiYZ6axyAozH4= X-Google-Smtp-Source: ABdhPJwFVDet6SoEz+1i8/NZjZh8TjzPCtltGUsP5R3lW0ZVya9A3AIWXrldO3/5ger6EwcaZz1OjVkwZpksLJZdvxA= X-Received: by 2002:a17:906:40cb:: with SMTP id a11mr2448171ejk.217.1604183297745; Sat, 31 Oct 2020 15:28:17 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <914cce4739709511771f27bed773c7e4e01c3c9a.camel@rohde-schwarz.com> <20201031172433.22881e93@rogue1> In-Reply-To: <20201031172433.22881e93@rogue1> From: Matt Turner Date: Sat, 31 Oct 2020 18:28:06 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-catalyst] Re: [PATCH 2/2] Move from PORTDIR_OVERLAY to repos.conf To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 18d719cf-0aa8-4353-ae0a-911473fe1709 X-Archives-Hash: a6b853ff2780b1c119c562c1f79180de On Sat, Oct 31, 2020 at 5:25 PM Brian Dolbec wrote: > file is a python reserved word, use _file or some other variant to not > re-assign the python file definition. This is true in Python 2, but not Python 3. See https://stackoverflow.com/questions/24942358/is-file-a-keyword-in-python