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.

Author danabr
Recipients danabr
Date 2019-08-19.08:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566204609.23.0.435399494767.issue37885@roundup.psfhosted.org>
In-reply-to
Content
Running deactivate from a bash shell configured to treat undefined variables as errors (`set -u`) produces a warning:

``` 
$ python3 -m venv test
$ source test/bin/activate
(test) $ deactivate
-bash: $1: unbound variable
```
History
Date User Action Args
2019-08-19 08:50:09danabrsetrecipients: + danabr
2019-08-19 08:50:09danabrsetmessageid: <1566204609.23.0.435399494767.issue37885@roundup.psfhosted.org>
2019-08-19 08:50:09danabrlinkissue37885 messages
2019-08-19 08:50:09danabrcreate