Bugs item #1726026, was opened at 2007-05-26 11:38 Message generated for change (Comment added) made by theller You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1726026&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Extension Modules Group: Python 2.5 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Koby Kahane (kobyk) Assigned to: Thomas Heller (theller) Summary: Typo in ctypes.wintypes definition of WIN32_FIND_DATA field Initial Comment: In ctypes/wintypes.py, the ANSI and Unicode versions of the Win32 WIN32_FIND_DATA structure are defined. Both definitions share a typo in the definition of the last field. It is incorrectly spelled as "cAlternameFileName" when it should be "cAlternateFileName" as per the Windows SDK definition of the structure. ---------------------------------------------------------------------- >Comment By: Thomas Heller (theller) Date: 2007-05-30 09:10 Message: Logged In: YES user_id=11105 Originator: NO Thanks for the report. Fixed in SVN revisions 55677 (trunk) and 55678 (release25-maint branch). ---------------------------------------------------------------------- Comment By: George Yoshida (quiver) Date: 2007-05-29 05:35 Message: Logged In: YES user_id=671362 Originator: NO Thomas, can you take a look? The reporter seems to be correct. http://msdn2.microsoft.com/en-us/library/aa365740.aspx ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1726026&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com