announce: FAQs suggested

2006-11-10 Thread p . lavarre
http://effbot.org/pyfaq/suggest.htm has new FAQ's: FAQ: How do I ask to exit from a doctest FAQ: How do I say unsigned char in ctypes? FAQ: How do I say returns void in ctypes? FAQ: How do I calculate what quoted strings and numbers mean? Enjoy, Pat LaVarre --

Re: announce: FAQs suggested

2006-11-10 Thread Peter Otten
[EMAIL PROTECTED] wrote: http://effbot.org/pyfaq/suggest.htm has new FAQ's: FAQ: How do I ask to exit from a doctest I don't consider that question /frequently/ /asked/ or that feature frequently requested. Also, the KeyboardInterrupt approach is a hack. FAQ: How do I say unsigned char in

Re: announce: FAQs suggested

2006-11-10 Thread p . lavarre
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

Re: announce: FAQs suggested

2006-11-10 Thread Thomas Heller
[EMAIL PROTECTED] 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:

Re: announce: FAQs suggested

2006-11-10 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: http://docs.python.org/dev/lib/ctypes-return-types.html A note could probably be added to this section. Good. Next: Is there a place on the web where we can log that conclusion to inspire its resolution? ideally, you'd click add a comment on the relevant library

Re: announce: FAQs suggested

2006-11-10 Thread Thomas Heller
[EMAIL PROTECTED] schrieb: Thanks again for making time to comment - insights into the perspective of the author are invaluable. But if by chance you have time to continue: http://effbot.org/pyfaq/suggest.htm http://docs.python.org/dev/lib/ctypes-return-types.html A note could probably

Re: announce: FAQs suggested

2006-11-10 Thread Thomas Heller
[EMAIL PROTECTED] 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: