[PATCH 4/5] nmbug: updated to modern URL for PEP 343
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Thu Jun 2 09:26:13 PDT 2016
---
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
More information about the notmuch
mailing list