[ python-Bugs-1726026 ] Typo in ctypes.wintypes definition of WIN32_FIND_DATA field

SourceForge.net noreply at sourceforge.net
Sat May 26 11:38:37 CEST 2007


Bugs item #1726026, was opened at 2007-05-26 12:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Koby Kahane (kobyk)
Assigned to: Nobody/Anonymous (nobody)
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1726026&group_id=5470


More information about the Python-bugs-list mailing list