> > > > 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 > > Now I see, that find corresponds to: > http://docs.python.org/dev/lib/ctypes-foreign-functions.html > > I think this remains an FAQ, because I see void is missing from much > more prominent places: > http://docs.python.org/dev/lib/node452.html "Fundamental data types" > http://docs.python.org/dev/lib/ctypes-return-types.html > > Finding a way to suggest improving those docs would help more than > suggesting an FAQ, I agree.
I might have hit this brick wall while working offline, with nothing but the doc to hand. http://www.google.com/search?q=site%3Adocs.python.org+ctypes+void now, if not before, does fetch that key phrase: "Use None for void a function not returning anything" -- http://mail.python.org/mailman/listinfo/python-list