From 631fa892150e33c23bf4e9b2d2dc99b802cb0246 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 3 Jun 2016 12:26:13 +2000 Subject: [PATCH] [PATCH 4/5] nmbug: updated to modern URL for PEP 343 --- 20/3186077e89358a0cbc3826220ee98c54089577 | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 20/3186077e89358a0cbc3826220ee98c54089577 diff --git a/20/3186077e89358a0cbc3826220ee98c54089577 b/20/3186077e89358a0cbc3826220ee98c54089577 new file mode 100644 index 000000000..b712bc1ae --- /dev/null +++ b/20/3186077e89358a0cbc3826220ee98c54089577 @@ -0,0 +1,66 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id E30C46DE02B5 + for ; Thu, 2 Jun 2016 09:26:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.022 +X-Spam-Level: +X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5 + tests=[AWL=-0.022] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id hhiQ9KKAebEO for ; + Thu, 2 Jun 2016 09:26:16 -0700 (PDT) +Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) + by arlo.cworth.org (Postfix) with ESMTP id CC4A86DE02A6 + for ; Thu, 2 Jun 2016 09:26:15 -0700 (PDT) +Received: from fifthhorseman.net (unknown [38.109.115.130]) + by che.mayfirst.org (Postfix) with ESMTPSA id 506DFF98B + for ; Thu, 2 Jun 2016 12:26:15 -0400 (EDT) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id DFDA220284; Thu, 2 Jun 2016 12:26:14 -0400 (EDT) +From: Daniel Kahn Gillmor +To: Notmuch Mail +Subject: [PATCH 4/5] nmbug: updated to modern URL for PEP 343 +Date: Thu, 2 Jun 2016 12:26:13 -0400 +Message-Id: <1464884774-22961-4-git-send-email-dkg@fifthhorseman.net> +X-Mailer: git-send-email 2.8.1 +In-Reply-To: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net> +References: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 02 Jun 2016 16:26:24 -0000 + +--- + devel/nmbug/nmbug | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug +index 0787b2b..e406395 100755 +--- a/devel/nmbug/nmbug ++++ b/devel/nmbug/nmbug +@@ -80,7 +80,7 @@ except AttributeError: # Python < 3.2 + + See PEP 343 for details on context managers [1]. + +- [1]: http://legacy.python.org/dev/peps/pep-0343/ ++ [1]: https://www.python.org/dev/peps/pep-0343/ + """ + def __init__(self, **kwargs): + self.name = _tempfile.mkdtemp(**kwargs) +-- +2.8.1 + -- 2.26.2