os.kill on NT

Mark Hammond MHammond at skippinet.com.au
Thu Jul 8 18:46:03 EDT 1999


Jeff Bauer wrote in message <3784C95D.45E5E617 at rubic.com>...
>Haimo,
>
>I'm not sure if you were referring to me, but here's a
>reference to a post I made to the Python TODO list:
>
>http://www.python.org/cgi-bin/todo.py?req=show&file=faq13.005.htp

I hadnt seen this before.  One style nit:  Im trying to get to the point
where "pywintypes" really is never imported directly.  My "recommended"
style is to catch "win32api.error" in that case, rather than
pywintypes.error.  They are indentical - ie, pywintypes.error is
win32api.error, and neither will go away, so really a tiny, tiny point.

Mark.







More information about the Python-list mailing list