Message319760
| Author | terry.reedy |
|---|---|
| Recipients | docs@python, georg.brandl, mark.dickinson, rhettinger, terry.reedy, tshepang, willingc |
| Date | 2018-06-16.16:47:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529167647.54.0.56676864532.issue22571@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I am going to accept Raymond's rejection of a general change. I will reconsider the tkinter doc should I ever work on it. For IDLE code, I have settled on 'from tkinter import Tk, Text, ..., perhaps followed by 'from tkinter.ttk import Scrollbar, ...'. But having alternate sources for many modules is a special case. Listing each object is a bit more effort*, but I like knowing what is imported, from where after reading the module header. (* With complete tests, NameErrors quickly expose omissions.) Carol, thank you for bumping this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-16 16:47:27 | terry.reedy | set | recipients: + terry.reedy, georg.brandl, rhettinger, mark.dickinson, docs@python, tshepang, willingc |
| 2018-06-16 16:47:27 | terry.reedy | set | messageid: <1529167647.54.0.56676864532.issue22571@psf.upfronthosting.co.za> |
| 2018-06-16 16:47:27 | terry.reedy | link | issue22571 messages |
| 2018-06-16 16:47:27 | terry.reedy | create | |