summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-07-22 10:15:29 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-07-22 10:15:29 (GMT)
commitd141531eb5924159c58fcce779f78d7d04265f54 (patch)
tree9dfc1848978eed2d447e99df3e9abbec19af6cc9 /Misc
parentde85ed69f4935e639b911606d24d3382ae399b9c (diff)
downloadcpython-d141531eb5924159c58fcce779f78d7d04265f54.zip
cpython-d141531eb5924159c58fcce779f78d7d04265f54.tar.gz
cpython-d141531eb5924159c58fcce779f78d7d04265f54.tar.bz2
Issue #27472: Add test.support.unix_shell as the path to the default shell.
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 16d4476..c56be75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Library
Tests
-----
+- Issue #27472: Add test.support.unix_shell as the path to the default shell.
+
- Issue #27369: In test_pyexpat, avoid testing an error message detail that
changed in Expat 2.2.0.