New submission from Daniel Abrahamsson <[email protected]>:
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 ``` ---------- components: Library (Lib) messages: 349944 nosy: danabr priority: normal severity: normal status: open title: venv: Don't produce unbound variable warning on deactivate type: enhancement _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37885> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
