Re: [Yot] [Anima] documenting SID usage in IETF specification (fwd) Michael Richardson: [Anima] documenting SID usage in IETF specification

Michael Richardson <mcr@sandelman.ca> Fri, 14 September 2018 20:10 UTC

Return-Path: <mcr@sandelman.ca>
X-Original-To: yot@ietfa.amsl.com
Delivered-To: yot@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0AD18130E29 for <yot@ietfa.amsl.com>; Fri, 14 Sep 2018 13:10:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ExjiXrSP8hiQ for <yot@ietfa.amsl.com>; Fri, 14 Sep 2018 13:10:44 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DE645130E28 for <yot@ietf.org>; Fri, 14 Sep 2018 13:10:43 -0700 (PDT)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id DE24F20491; Fri, 14 Sep 2018 16:29:47 -0400 (EDT)
Received: by sandelman.ca (Postfix, from userid 179) id 967C316A5; Fri, 14 Sep 2018 16:10:42 -0400 (EDT)
Received: from sandelman.ca (localhost [127.0.0.1]) by sandelman.ca (Postfix) with ESMTP id 9285715B0; Fri, 14 Sep 2018 16:10:42 -0400 (EDT)
From: Michael Richardson <mcr@sandelman.ca>
To: Michel Veillette <Michel.Veillette@trilliant.com>
cc: Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de>, "yot@ietf.org" <yot@ietf.org>
In-Reply-To: <DM5PR06MB2777478F6E23ACAF2D54C6919A1A0@DM5PR06MB2777.namprd06.prod.outlook.com>
References: <29651.1536700610@localhost> <DM5PR06MB2777C6B37AE975F3DC189F599A1B0@DM5PR06MB2777.namprd06.prod.outlook.com> <20180913.092534.2221140746488750178.mbj@tail-f.com> <20180913075824.vd5ecwvd5wg5t4fv@anna.jacobs.jacobs-university.de> <19841.1536870587@localhost> <DM5PR06MB2777478F6E23ACAF2D54C6919A1A0@DM5PR06MB2777.namprd06.prod.outlook.com>
X-Mailer: MH-E 8.6; nmh 1.7+dev; GNU Emacs 24.5.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <17975.1536955842.1@localhost>
Content-Transfer-Encoding: quoted-printable
Date: Fri, 14 Sep 2018 16:10:42 -0400
Message-ID: <17976.1536955842@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/yot/hqntVGK-yaEHXfvfPg9VyuHxd8o>
Subject: Re: [Yot] [Anima] documenting SID usage in IETF specification (fwd) Michael Richardson: [Anima] documenting SID usage in IETF specification
X-BeenThere: yot@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Yang of Things <yot.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/yot>, <mailto:yot-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/yot/>
List-Post: <mailto:yot@ietf.org>
List-Help: <mailto:yot-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/yot>, <mailto:yot-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Sep 2018 20:10:46 -0000

Michel Veillette <Michel.Veillette@trilliant.com> wrote:
    > As a first step, the sid.py plugin need to be added to the official
    > pyang github project.
    > This imply that we need to fully support python 2.x and we need to
    > produce the required stuff (e.g. documentation, ....).

okay, I did that awhile ago:
      https://github.com/mcr/pyang/commit/d63fba1b801d149f60e17fc0e02819b22f037d8c

Shall I make a pull request against master for this?