nmbug: updated to modern URL for PEP 343

This commit is contained in:
Daniel Kahn Gillmor 2016-06-02 12:26:13 -04:00 committed by David Bremner
parent 385f62baa1
commit 554b90b58e

View file

@ -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)