cpython/Lib/venv/scripts
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
..
common venv: Suppress warning message when bash hashing is disabled. (GH-17966) 2020-01-14 20:47:59 +00:00
nt bpo-38344: Fix syntax in activate.bat (GH-16533) 2019-10-07 14:07:19 -07:00
posix Fix old mention of virtualenv (GH-17417) 2019-11-29 15:37:08 -08:00