summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-12 08:21:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-12 08:21:03 (GMT)
commit7c2b66cc02a1c5e3433885640b7d4bd9e0ca5b8a (patch)
treea297cecd34d06680c7a43487828c86114436f106 /Misc
parentec59d04fad3ffae1b0ce94d2872172398a012d16 (diff)
downloadcpython-7c2b66cc02a1c5e3433885640b7d4bd9e0ca5b8a.zip
cpython-7c2b66cc02a1c5e3433885640b7d4bd9e0ca5b8a.tar.gz
cpython-7c2b66cc02a1c5e3433885640b7d4bd9e0ca5b8a.tar.bz2
Merged revisions 68455,68476,68542 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68455 | kristjan.jonsson | 2009-01-09 21:03:27 +0100 (Fr, 09 Jan 2009) | 1 line Issue 3582. Improved thread support and TLS for Windows ........ r68476 | kristjan.jonsson | 2009-01-10 13:14:31 +0100 (Sa, 10 Jan 2009) | 1 line Issue 4906: Preserve windows error state across PyThread_get_key_value ........ r68542 | martin.v.loewis | 2009-01-12 09:11:24 +0100 (Mo, 12 Jan 2009) | 2 lines Issue #4893: Use NT threading on CE. ........
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 7797ddf..461fe1d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 0
Core and Builtins
-----------------
+- Issue #4893: Use NT threading on CE.
+
- Issue #4915: Port sysmodule to Windows CE.
- Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The