This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients louielu, serhiy.storchaka, terry.reedy
Date 2017-05-30.04:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496117578.87.0.120168020727.issue27115@psf.upfronthosting.co.za>
In-reply-to
Content
We should not change simpledialog.py, but we could change bindings after import.

However, since last summer, we can instead replace simpledialog.py with subclasses of ttk-using query.Query, with custom validators. editor.py uses askinterger for indent width, columns/tab, and goto line number. Iomenu uses askstring for encoding.  I have already planned to use Query for the line# box.
History
Date User Action Args
2017-05-30 04:12:58terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, louielu
2017-05-30 04:12:58terry.reedysetmessageid: <1496117578.87.0.120168020727.issue27115@psf.upfronthosting.co.za>
2017-05-30 04:12:58terry.reedylinkissue27115 messages
2017-05-30 04:12:58terry.reedycreate