summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-07-15 18:55:21 (GMT)
committerBrett Cannon <brett@python.org>2016-07-15 18:55:21 (GMT)
commitb3e73b30ff5a87c81ef69f3b19a486877ed7f0c2 (patch)
tree94dddbdb417f50a75af2eb858361c9712ddef0da /Misc
parent33ed881f791c4ee9888eb1df6871129a94f9e6ee (diff)
parenta47a7a5bf88c72d85f322f528381ebfa924072e9 (diff)
downloadcpython-b3e73b30ff5a87c81ef69f3b19a486877ed7f0c2.zip
cpython-b3e73b30ff5a87c81ef69f3b19a486877ed7f0c2.tar.gz
cpython-b3e73b30ff5a87c81ef69f3b19a486877ed7f0c2.tar.bz2
Merge for #27083
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 57977b4..7320af7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 alpha 4
Core and Builtins
-----------------
+- Issue #27083: Respect the PYTHONCASEOK environment variable under Windows.
+
- Issue #27514: Make having too many statically nested blocks a SyntaxError
instead of SystemError.