mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #18434: Updated example script to tidy up resources.
This commit is contained in:
parent
8c7dde3bd9
commit
ad6bb031d7
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue