summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2016-09-05 22:11:23 (GMT)
committerLarry Hastings <larry@hastings.org>2016-09-05 22:11:23 (GMT)
commit10108a7b9affa61719a1dc1863edb2bdb3402fd1 (patch)
treef36ecf8b8a8974ac2e2659e97f6bd8a111149a29 /Misc
parent8c21ab0ab92d7f10a7ada9d5f157ee69c9095e63 (diff)
downloadcpython-10108a7b9affa61719a1dc1863edb2bdb3402fd1.zip
cpython-10108a7b9affa61719a1dc1863edb2bdb3402fd1.tar.gz
cpython-10108a7b9affa61719a1dc1863edb2bdb3402fd1.tar.bz2
Issue #27355: Removed support for Windows CE. It was never finished,
and Windows CE is no longer a relevant platform for Python.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2987921..b13db46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 1
Core and Builtins
-----------------
+- Issue #27355: Removed support for Windows CE. It was never finished,
+ and Windows CE is no longer a relevant platform for Python.
+
- Issue #27921: Disallow backslashes in f-strings. This is a temporary
restriction: in beta 2, backslashes will only be disallowed inside
the braces (where the expressions are). This is a breaking change