Bugs item #1619680, was opened at 2006-12-20 11:19
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=1619680&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: Documentation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lenard Lindstrom (kermode)
Assigned to: Nobody/Anonymous (nobody)
Summary: ctypes in_dll documented with wrong argument order

Initial Comment:
"Python Library Reference", section 14.14.2.6 "Data types"

Quote:

    in_dll( name, library) 

    This method returns a ctypes type instance exported
    by a shared library. name is the name of the symbol
    that exports the data, library is the loaded shared
    library. 


The arguments are reversed, of course. I believe the attached patch for 
libctypes.tex corrects it.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1619680&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to