summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-12 08:11:24 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-12 08:11:24 (GMT)
commite3422fae8a38b04c216b7c777ad10694073c4937 (patch)
treeb32988521bf437775895584719ba0e61f6c358ce /Misc
parent1b3bef21b061a1543591d6d67d5501a4469504e9 (diff)
downloadcpython-e3422fae8a38b04c216b7c777ad10694073c4937.zip
cpython-e3422fae8a38b04c216b7c777ad10694073c4937.tar.gz
cpython-e3422fae8a38b04c216b7c777ad10694073c4937.tar.bz2
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 b4055ec..517984e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4893: Use NT threading on CE.
+
- Issue #4915: Port sysmodule to Windows CE.
- Issue #4074: Change the criteria for doing a full garbage collection (i.e.