mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
nmbug: updated to modern URL for PEP 343
This commit is contained in:
parent
385f62baa1
commit
554b90b58e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ except AttributeError: # Python < 3.2
|
||||||
|
|
||||||
See PEP 343 for details on context managers [1].
|
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):
|
def __init__(self, **kwargs):
|
||||||
self.name = _tempfile.mkdtemp(**kwargs)
|
self.name = _tempfile.mkdtemp(**kwargs)
|
||||||
|
|
Loading…
Reference in a new issue