Re: bug in stdwinmodule.c

Guido.van.Rossum@cwi.nl
Tue, 12 Oct 1993 09:51:52 +0100

> The event WE_SIZE does not have detail (width, height), as
> promised in lib/stdwinevents.py.

That comment in lib/stdwinevents.py seems to be in error. The C
interface does not return the new width/height (you're supposed to call
wgetwinsize(); window.getwinsize() in Python).

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>