[pywin32-bugs] [ pywin32-Bugs-1444675 ] Typo error in netbios.py
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2006-03-07 08:21:22
|
Bugs item #1444675, was opened at 2006-03-07 16:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1444675&group_id=78018 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: win32 Group: None Status: Open Resolution: None Priority: 5 Submitted By: helium (helium-sun) Assigned to: Nobody/Anonymous (nobody) Summary: Typo error in netbios.py Initial Comment: netbios.py line 169: FIND_NAME_BUFFER_ITEMS = [ (UCHAR, "length"), (UCHAR, "access_control"), (UCHAR, "frame_control"), ("6s" "destination_addr"), ^^^ ("6s", "source_addr"), ("18s", "routing_info"), ] ',' is lost ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1444675&group_id=78018 |