diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2009-01-12 07:59:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2009-01-12 07:59:10 (GMT) |
commit | ec59d04fad3ffae1b0ce94d2872172398a012d16 (patch) | |
tree | bbda639d353df299eff60e9dbeae01b318337aa5 /Misc | |
parent | de3369f2ca0e2e1b26482a34fdc09d18a3a928d9 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |