summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-09-29 12:34:43 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-09-29 12:34:43 (GMT)
commita5610e07460a8df4b0923a32d37234cd535ec952 (patch)
treeb4f714eb04c82d63e8c2a388b76f6dd8d7338d84 /Misc
parent641494ec3168bd556f0af226196e13ae29bddd53 (diff)
downloadcpython-a5610e07460a8df4b0923a32d37234cd535ec952.zip
cpython-a5610e07460a8df4b0923a32d37234cd535ec952.tar.gz
cpython-a5610e07460a8df4b0923a32d37234cd535ec952.tar.bz2
[3.6] bpo-25351: avoid activate failure on strict shells (GH-3804) (#3820)
(cherry picked from commit 90f1d989594f3340c5ffaa2cf9cef1876ac6bb89)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-09-28-23-10-51.bpo-25351.2JmFpF.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-28-23-10-51.bpo-25351.2JmFpF.rst b/Misc/NEWS.d/next/Library/2017-09-28-23-10-51.bpo-25351.2JmFpF.rst
new file mode 100644
index 0000000..f7afc25
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-09-28-23-10-51.bpo-25351.2JmFpF.rst
@@ -0,0 +1 @@
+Avoid venv activate failures with undefined variables