]> granicus.if.org Git - python/commit
bpo-34556: Add --upgrade-deps to venv module (#13100)
authorCooper Lees <cooper@fb.com>
Mon, 17 Jun 2019 18:18:14 +0000 (11:18 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 17 Jun 2019 18:18:13 +0000 (19:18 +0100)
commit4acdbf11b1fae1af24c47413a6caa593010d1b6f
treeecc8ede683fa9fc0067326deefd23af977e7284c
parentca7b504a4d4c3a5fde1ee4607b9501c2bab6e743
bpo-34556: Add --upgrade-deps to venv module (#13100)

Add --upgrade-deps to venv module
- This allows for pip + setuptools to be automatically upgraded to the latest version on PyPI
- Update documentation to represent this change

bpo-34556: Add --upgrade to venv module
Doc/library/venv.rst
Doc/using/venv-create.inc
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Core and Builtins/2019-05-05-18-09-40.bpo-34556.o9kfpu.rst [new file with mode: 0644]