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.
1 parent 8c7dde3 commit ad6bb03Copy full SHA for ad6bb03
1 file changed
Doc/library/venv.rst
@@ -262,6 +262,7 @@ subclass which installs setuptools and pip into a created venv::
262
else:
263
sys.stderr.write(s.decode('utf-8'))
264
sys.stderr.flush()
265
+ stream.close()
266
267
def install_script(self, context, name, url):
268
_, _, path, _, _, _ = urlparse(url)
0 commit comments