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

........
  r55677 | thomas.heller | 2007-05-30 09:01:25 +0200 (Mi, 30 Mai 2007) | 2 lines

  Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures.
  Closes bug #1726026.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index bc0e974..8e6a049 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@
 
 - Bug #1721309: prevent bsddb module from freeing random memory.
 
+- Bug #1726026: Correct the field names of WIN32_FIND_DATAA and
+  WIN32_FIND_DATAW structures in the ctypes.wintypes module.
 
 Documentation
 -------------