> Is it an oversight that the win32con module is not listed in the
> PythonWin help- even as of 2.5 ?

Yes.  It is also a side-effect of the doc building process - as win32con has
no autoduck markup it is skipped.  It should be possible to generate docs
for this module using the same technique we use to build the ISAPI docs, by
introspecting the module contents - but as yet this hasn't been done.  As
always, contributions welcome.

Cheers,

Mark

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to