Merged revisions 71847 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71847 | thomas.heller | 2009-04-24 22:00:41 +0200 (Fr, 24 Apr 2009) | 2 lines

  Issue 5041: ctypes unwilling to allow pickling wide character.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 1898e17..ed1e401 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -430,7 +430,7 @@
 Library
 -------
 
-- Issue #5795: Fixed test_distutils failure on Debian ppc.
+- Issue #5041: ctypes does now allow pickling wide character.
 
 - Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries.