Merged revisions 68527 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68527 | martin.v.loewis | 2009-01-11 10:43:55 +0100 (So, 11 Jan 2009) | 2 lines
Issue #4895: Use _strdup on Windows CE.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d78c7e..42637dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -248,6 +248,8 @@
Build
-----
+- Issue #4895: Use _strdup on Windows CE.
+
- Issue #4472: "configure --enable-shared" now works on OSX
- Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds.