src/i/p/ipython-py3k-HEAD/IPython/utils/tempdir.py ipython-py3k(Download)
# This code should only be used in Python versions < 3.2, since after that we
# can rely on the stdlib itself.
try:
from tempfile import TemporaryDirectory
except ImportError: