In message <[email protected]>, MRAB wrote:
> On 25/10/2010 02:19, Lawrence D'Oliveiro wrote: > >> In message<[email protected]>, Dave >> Angel wrote: >> >>> No. GUI programs are marked as win-app, so w stands for "Windows". Non >>> GUI programs run in the console. >> >> You mean “GUI console”. So non-GUI apps get a GUI element whether they >> want it or not, while GUI ones don’t. That’s completely backwards. > > No, it's not. The fact that the console is also a GUI window is an > implementation detail ... It is not an implementation detail. It is intrinsic to the way Windows works. No other OS does it backwards like this. -- http://mail.python.org/mailman/listinfo/python-list
