#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 , 5 years ago
| Has patch: | set | 
|---|
comment:5 by , 5 years ago
| Triage Stage: | Unreviewed → Accepted | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    
PR