summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-06-30 18:41:55 (GMT)
committerBrett Cannon <brett@python.org>2016-06-30 18:41:55 (GMT)
commit660c8fc997f34b7474c23a993105a37b7277554f (patch)
tree21f76728d5d9497df00f858d57c9bf4b89956a75 /Misc
parent15287f8bcccdaeb7ae4a58373547c77137966bc1 (diff)
downloadcpython-660c8fc997f34b7474c23a993105a37b7277554f.zip
cpython-660c8fc997f34b7474c23a993105a37b7277554f.tar.gz
cpython-660c8fc997f34b7474c23a993105a37b7277554f.tar.bz2
Issue #26665: Remove mis-use of ``$`` in activate.fish.
This is a revertion of cfc66e37eb8e. Thanks to 鄭景文 for the bug report. Thanks to Tin Tvrtković, Xiang Zhang, and Dan McCombs for diagnosing the issue.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 330d170..f8ed7ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #26664: Fix activate.fish by removing mis-use of ``$``.
+
- Issue #22115: Fixed tracing Tkinter variables: trace_vdelete() with wrong
mode no longer break tracing, trace_vinfo() now always returns a list of
pairs of strings, tracing in the "u" mode now works.