This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: EnvBuilder.upgrade_dependencies() does not exist on 3.8
Type: Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, uranusjr, vinay.sajip
Priority: normal Keywords: patch

Created on 2019-11-27 09:33 by uranusjr, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17404 merged uranusjr, 2019-11-27 09:52
PR 17410 merged uranusjr, 2019-11-28 02:54
Messages (3)
msg357563 - (view) Author: Tzu-ping Chung (uranusjr) * Date: 2019-11-27 09:33
The documentation says it is new in 3.8, but in reality it is not present until 3.9.

https://docs.python.org/3/library/venv.html#venv.EnvBuilder.upgrade_dependencies
msg357584 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2019-11-27 20:22
New changeset 045d4e243d042638bbbc9479d4f85f6f579ac3ca by Vinay Sajip (Tzu-ping Chung) in branch 'master':
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
https://github.com/python/cpython/commit/045d4e243d042638bbbc9479d4f85f6f579ac3ca
msg357618 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2019-11-28 15:44
New changeset 18d8edbbb6626ac9cdf1152a720811beb2230b33 by Vinay Sajip (Tzu-ping Chung) in branch '3.8':
bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)
https://github.com/python/cpython/commit/18d8edbbb6626ac9cdf1152a720811beb2230b33
History
Date User Action Args
2022-04-11 14:59:23adminsetgithub: 83109
2019-11-28 15:45:41vinay.sajipsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-11-28 15:44:14vinay.sajipsetmessages: + msg357618
2019-11-28 02:54:30uranusjrsetpull_requests: + pull_request16890
2019-11-27 20:22:07vinay.sajipsetmessages: + msg357584
2019-11-27 17:30:17brett.cannonsetnosy: + vinay.sajip
2019-11-27 09:52:36uranusjrsetkeywords: + patch
stage: patch review
pull_requests: + pull_request16884
2019-11-27 09:33:24uranusjrcreate