database error
[notmuch-archives.git] / 20 / 3186077e89358a0cbc3826220ee98c54089577
1 Return-Path: <dkg@fifthhorseman.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id E30C46DE02B5\r
6  for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:23 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.022\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5\r
12  tests=[AWL=-0.022] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id hhiQ9KKAebEO for <notmuch@notmuchmail.org>;\r
16  Thu,  2 Jun 2016 09:26:16 -0700 (PDT)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
18  by arlo.cworth.org (Postfix) with ESMTP id CC4A86DE02A6\r
19  for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:15 -0700 (PDT)\r
20 Received: from fifthhorseman.net (unknown [38.109.115.130])\r
21  by che.mayfirst.org (Postfix) with ESMTPSA id 506DFF98B\r
22  for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 12:26:15 -0400 (EDT)\r
23 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
24  id DFDA220284; Thu,  2 Jun 2016 12:26:14 -0400 (EDT)\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 To: Notmuch Mail <notmuch@notmuchmail.org>\r
27 Subject: [PATCH 4/5] nmbug: updated to modern URL for PEP 343\r
28 Date: Thu,  2 Jun 2016 12:26:13 -0400\r
29 Message-Id: <1464884774-22961-4-git-send-email-dkg@fifthhorseman.net>\r
30 X-Mailer: git-send-email 2.8.1\r
31 In-Reply-To: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
32 References: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.20\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37  <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
39  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Thu, 02 Jun 2016 16:26:24 -0000\r
46 \r
47 ---\r
48  devel/nmbug/nmbug | 2 +-\r
49  1 file changed, 1 insertion(+), 1 deletion(-)\r
50 \r
51 diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug\r
52 index 0787b2b..e406395 100755\r
53 --- a/devel/nmbug/nmbug\r
54 +++ b/devel/nmbug/nmbug\r
55 @@ -80,7 +80,7 @@ except AttributeError:  # Python < 3.2\r
56  \r
57          See PEP 343 for details on context managers [1].\r
58  \r
59 -        [1]: http://legacy.python.org/dev/peps/pep-0343/\r
60 +        [1]: https://www.python.org/dev/peps/pep-0343/\r
61          """\r
62          def __init__(self, **kwargs):\r
63              self.name = _tempfile.mkdtemp(**kwargs)\r
64 -- \r
65 2.8.1\r
66 \r