Added post_mortem() and pm() interfaces to pdb and wdb.

Added colorsys.py (color system conversions).
SV.py: new version for new svideo.h (Sjoerd).
DEVICE.py: added VIDEO event type.
This commit is contained in:
Guido van Rossum 1992-09-08 11:59:04 +00:00
parent 7b3c8a1422
commit 3577113d83
6 changed files with 63 additions and 4 deletions

View file

@ -385,6 +385,7 @@ WINQUIT = 542
DEPTHCHANGE = 543
WINSHUT = 546
DRAWOVERLAY = 547
VIDEO = 548
MENUBUTTON = RIGHTMOUSE
WINCLOSE = 537
KEYBDFNAMES = 544