cpython/Lib/venv/scripts
Miss Islington (bot) 63eefc3567 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973)
Before, running deactivate from a bash shell configured to treat undefined variables as errors (`set -u`) would produce a warning:

```
$ python3 -m venv test
$ source test/bin/activate
(test) $ deactivate
-bash: $1: unbound variable
```
(cherry picked from commit 5209e586b7)

Co-authored-by: Daniel Abrahamsson <hamsson@gmail.com>
2019-09-11 08:55:57 -07:00
..
common bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) 2019-09-11 08:55:57 -07:00
nt bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) 2019-09-11 08:21:58 -07:00
posix bpo-31462: Remove trailing whitespaces. (#3564) 2017-09-14 09:38:36 +03:00