]> granicus.if.org Git - python/commit
Change the way hex type-ins are displayed. The old way was way too
authorBarry Warsaw <barry@python.org>
Tue, 10 Jul 2001 21:50:44 +0000 (21:50 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Jul 2001 21:50:44 +0000 (21:50 +0000)
commit780028e14c7c16ec09a2241ec455007d98af2154
tree234433459ca11693ee34f52c661e3609a326c2f1
parentffa926d77e530a87703c0547bde76cc59e8e963e
Change the way hex type-ins are displayed.  The old way was way too
fragile.  Now the leading "0x" on hex numbers are displayed as labels
and the type-in entry fields just accept the hex digits.  Be sure to
strip off the "0x" string when displaying hex values too.

Also, de-string-module-ification, and other Python 2.x improvements.
Tools/pynche/TypeinViewer.py