Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31643 closed Cleanup/optimization (fixed)

Change virtualenv doc references to Python 3 venv.

Reported by: Jon Dufresne Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The stdlib venv module has been available since Python 3.3 and can be used instead of the third party virtualenv package.

https://docs.python.org/3/library/venv.html
https://www.python.org/dev/peps/pep-0405/

Change History (5)

comment:1 by Jon Dufresne, 4 years ago

Has patch: set

comment:2 by GitHub <noreply@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 8ce570f2:

Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.

comment:3 by Carlton Gibson <carlton.gibson@…>, 4 years ago

In d7ee69d:

[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.

Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master

comment:4 by Carlton Gibson <carlton.gibson@…>, 4 years ago

In caf7c46:

[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.

Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master

comment:5 by Mariusz Felisiak, 4 years ago

Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top