From: Daniel Kahn Gillmor Date: Thu, 2 Jun 2016 16:26:13 +0000 (-0400) Subject: nmbug: updated to modern URL for PEP 343 X-Git-Tag: 0.23_rc0~98 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=554b90b58e367ada5fdad3165c76673458f65434 nmbug: updated to modern URL for PEP 343 --- diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 0787b2ba..e406395d 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)