summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-12 07:59:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-12 07:59:10 (GMT)
commitec59d04fad3ffae1b0ce94d2872172398a012d16 (patch)
treebbda639d353df299eff60e9dbeae01b318337aa5 /Misc
parentde3369f2ca0e2e1b26482a34fdc09d18a3a928d9 (diff)
downloadcpython-ec59d04fad3ffae1b0ce94d2872172398a012d16.zip
cpython-ec59d04fad3ffae1b0ce94d2872172398a012d16.tar.gz
cpython-ec59d04fad3ffae1b0ce94d2872172398a012d16.tar.bz2
Merged revisions 68540 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68540 | martin.v.loewis | 2009-01-12 08:57:11 +0100 (Mo, 12 Jan 2009) | 2 lines Issue #4915: Port sysmodule to Windows 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 442cc1f..7797ddf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.1 alpha 0
Core and Builtins
-----------------
+- Issue #4915: Port sysmodule to Windows CE.
+
- Issue #4868: utf-8, utf-16 and latin1 decoding are now 2x to 4x faster. The
common cases are optimized thanks to a dedicated fast path and a moderate
amount of loop unrolling.