Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4969d46 + ad6bb03 commit c1a9d30Copy full SHA for c1a9d30
1 file changed
Doc/library/venv.rst
@@ -261,6 +261,7 @@ subclass which installs setuptools and pip into a created venv::
261
else:
262
sys.stderr.write(s.decode('utf-8'))
263
sys.stderr.flush()
264
+ stream.close()
265
266
def install_script(self, context, name, url):
267
_, _, path, _, _, _ = urlparse(url)
0 commit comments