]> granicus.if.org Git - python/commit
Special case around some of the nastier annoyances with the type-in
authorBarry Warsaw <barry@python.org>
Thu, 1 Feb 2001 21:31:58 +0000 (21:31 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 1 Feb 2001 21:31:58 +0000 (21:31 +0000)
commit1bbc04831071891c5bbeb53a2c1defbbf83245d9
treea6687f3a89fc07873e7a462c257f37ac419d7280
parent74a7ece9f3b56d82ffc11a31307f3ad1382adb97
Special case around some of the nastier annoyances with the type-in
fields.  You can now backspace out the 0 in 0x0, and you can clear the
field when in decimal mode.  There are still some oddities about
typing into these fields, but it should be much less annoying.  The
real solution is to ditch the update-while-typing "feature".
Tools/pynche/TypeinViewer.py