announce: FAQs suggested

Thomas Heller theller at ctypes.org
Fri Nov 10 15:11:26 EST 2006


p.lavarre at ieee.org schrieb:
>> > > > http://effbot.org/pyfaq/suggest.htm
>> > > FAQ: How do I say returns void in ctypes?
>> > That's in the ctypes documentation, where it belongs.
>>
>> Thank you, before I never had found "Use None for void a function not
>> returning anything" at:
>> http://starship.python.net/crew/theller/ctypes/reference.html

This sentence:
  Use None for void a function not returning anything
of course makes no sense.

What I had in mind was:

  Use None for a void function not returning anything

but that can certainly improved.  Suggestions?


Thomas




More information about the Python-list mailing list