summaryrefslogtreecommitdiffstats
path: root/Doc/library/venv.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-07-12 20:46:05 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-07-12 20:46:05 (GMT)
commitc1a9d30354ba2d8ce8268ca75a347785703ff228 (patch)
tree196a8c3e42f8a788ebf97718c15e59c0ca8a48ce /Doc/library/venv.rst
parent4969d468cbb9b57dbb88267a8bb29e20d56a8b00 (diff)
parentad6bb031d79a1c9d678e278f973bbb89a0895760 (diff)
downloadcpython-c1a9d30354ba2d8ce8268ca75a347785703ff228.zip
cpython-c1a9d30354ba2d8ce8268ca75a347785703ff228.tar.gz
cpython-c1a9d30354ba2d8ce8268ca75a347785703ff228.tar.bz2
Merged changes.
Diffstat (limited to 'Doc/library/venv.rst')
-rw-r--r--Doc/library/venv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst
index 0f963d2..5f6f90b 100644
--- a/Doc/library/venv.rst
+++ b/Doc/library/venv.rst
@@ -261,6 +261,7 @@ subclass which installs setuptools and pip into a created venv::
else:
sys.stderr.write(s.decode('utf-8'))
sys.stderr.flush()
+ stream.close()
def install_script(self, context, name, url):
_, _, path, _, _, _ = urlparse(url)