[Python-ideas] win32 extensions
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Sep 14 02:08:04 CEST 2011
Brian Curtin wrote:
> I may be missing something due to the fragmented web presence, but
> documentation could be a challenge, although I remember some form of
> documentation being available on the ActiveState.
The ActiveState docs seem to be just html versions of the
docs distributed with the package, from what I've seen.
IMO, the docs would need considerable work to bring them
up to stdlib standards -- they're rather sketchy and
incomplete in many areas.
The package itself could also do with an overhaul. A lot
of stuff seems to be wrapped twice in different ways,
once in win32api and again in win32gui.
--
Greg
More information about the Python-ideas
mailing list