commit | 18fc5696c8be30b56485a20dc48f7f683b472f79 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Nov 26 09:17:19 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Nov 26 09:17:19 1992 +0000 |
tree | 97da7e7f67ca99491939ab379614cd64a4f51505 | |
parent | c89705d6975ffb1e4a3764f4f36bab339f969e8f [diff] |
* mainloop.py: added facility for calling select(). Also added embryonic facility for pseudo-modal dialogs. * stdwinevents.py: added modifier masks for key/mouse events * renamed exceptions in nntplib.py * Changed string.join() to call string.joinfields() to profit of strop.joinfields()