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 C1F8F139694 for ; Wed, 10 May 2017 15:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3A4121C06C; Wed, 10 May 2017 15:16:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9355DE0CC1 for ; Wed, 10 May 2017 15:16:37 +0000 (UTC) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 8633133BE32 for ; Wed, 10 May 2017 15:16:36 +0000 (UTC) Received: by mail-io0-f170.google.com with SMTP id o12so3461972iod.3 for ; Wed, 10 May 2017 08:16:36 -0700 (PDT) X-Gm-Message-State: AODbwcCm7dbvBGXoIRkHQw9MD5xpfmyTulGWwwdsWn31JGK7oUUKu3pV kSzXoGaVtyndXNqDa54zk9vhGaHugA== X-Received: by 10.107.186.84 with SMTP id k81mr4185867iof.83.1494429394622; Wed, 10 May 2017 08:16:34 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.132.17 with HTTP; Wed, 10 May 2017 08:16:14 -0700 (PDT) In-Reply-To: <20170510140837.5245-1-mgorny@gentoo.org> References: <20170510140837.5245-1-mgorny@gentoo.org> From: Mike Gilbert Date: Wed, 10 May 2017 11:16:14 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: [gentoo-dev] Re: [PATCH] python-utils-r1, _moduleinto: doc fixup & dot-notation To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Cc: Gentoo Dev , Gentoo Python Project Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 83dfeaa3-9871-43d5-bb38-36f3c662b390 X-Archives-Hash: 14166b6751eeb10a444aae8dd819a0f2 On Wed, May 10, 2017 at 10:08 AM, Micha=C5=82 G=C3=B3rny wrote: > Hi, everyone. > > Here's a quick batch of improvements to python_moduleinto() in > python-utils-r1.eclass. Patches are, in order: > > 1. fix leftover doc comment, > > 2. clarify the doc wrt use across multiple impls, > > 3. allow dot-notation for targets, i.e. > > python_moduleinto foo.bar > > alternatively to: > > python_moduleinto foo/bar > > 4. gives example use for 3. > Seems ok to me.