summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-06 11:22:21 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-10-06 11:22:21 (GMT)
commit0f4ee93b06e28957ed43e4828643ea79a2e24aca (patch)
tree95d998e01151245da6ced50e0d41234f447147ff /Misc
parentacf47b807f9a56dd802aa2e8c96f4c02f83ca831 (diff)
parent6fd287e6c2024206c07d336b86edb10c3a17c4ef (diff)
downloadcpython-0f4ee93b06e28957ed43e4828643ea79a2e24aca.zip
cpython-0f4ee93b06e28957ed43e4828643ea79a2e24aca.tar.gz
cpython-0f4ee93b06e28957ed43e4828643ea79a2e24aca.tar.bz2
Branch merge
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 46e7f14..ef0edc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1261,6 +1261,8 @@ Library
Build
-----
+- PEP 393: the configure option --with-wide-unicode is removed.
+
- Issue #12852: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008
functions on OpenBSD (e.g. fdopendir).