mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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:
parent
7b3c8a1422
commit
3577113d83
6 changed files with 63 additions and 4 deletions
|
@ -385,6 +385,7 @@ WINQUIT = 542
|
|||
DEPTHCHANGE = 543
|
||||
WINSHUT = 546
|
||||
DRAWOVERLAY = 547
|
||||
VIDEO = 548
|
||||
MENUBUTTON = RIGHTMOUSE
|
||||
WINCLOSE = 537
|
||||
KEYBDFNAMES = 544
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue