cpython/Lib/venv
Dima 4b0d91aab4 venv: Suppress warning message when bash hashing is disabled. (GH-17966)
When using python's built-in venv activaton script
warnings are printed when hashing is disabled in
bash or zsh, like;

`bash: hash: hashing disabled`

This output is not really useful to the end-user and has
been disabled in `virtualenv` for long.

This commit is based on:
28e85bcd80
2020-01-14 20:47:59 +00:00
..
scripts venv: Suppress warning message when bash hashing is disabled. (GH-17966) 2020-01-14 20:47:59 +00:00
__init__.py bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) 2019-11-27 20:25:23 +00:00
__main__.py