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 Saimadhav.Heblikar, gpolo, kbk, ned.deily, python-dev, taleinat, terry.reedy, weeble
Date 2014-10-14.19:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413315963.38.0.0277886192091.issue3068@psf.upfronthosting.co.za>
In-reply-to
Content
Referring to previous item numbers, this new patch, relative to -2,

1. adds padx to gridding of entry widgets.  (Note, editor text area runs against scroll bar in same way as these did, but without breaks, it looks fine.) Padding border looks better to me.

2. changes shortcuts to _I and _E.

3. deletes '...'.
---

With respect to

4. Save_all_changed_configs is supposed to only save if 'changes', and set_user_value is supposed to removed 'changes' same as default.  I want to review these functions after uploading the changes above, along with addition of title and use of _htest in .__init__.

5. Reuse of create_action_buttons requires that action handlers have matching names in both dialogs.  Since this does not affect dialog behavior, I want to defer this.

6. I intend to uncomment before pushing, but this does not affect dialog use.
History
Date User Action Args
2014-10-14 19:46:03terry.reedysetrecipients: + terry.reedy, kbk, taleinat, gpolo, ned.deily, weeble, python-dev, Saimadhav.Heblikar
2014-10-14 19:46:03terry.reedysetmessageid: <1413315963.38.0.0277886192091.issue3068@psf.upfronthosting.co.za>
2014-10-14 19:46:03terry.reedylinkissue3068 messages
2014-10-14 19:46:03terry.reedycreate