cpython/Lib/venv
Brett Cannon 84b1ff6560 bpo-38899: virtual environment activation for fish should use source (GH-17359)
The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source).


https://bugs.python.org/issue38899



Automerge-Triggered-By: @brettcannon
2019-11-22 23:32:27 -08:00
..
scripts bpo-38899: virtual environment activation for fish should use source (GH-17359) 2019-11-22 23:32:27 -08:00
__init__.py bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) 2019-06-29 10:34:11 -07:00
__main__.py