Message 270440 - Python tracker
Message270440
| Author | gvanrossum |
|---|---|
| Recipients | brett.cannon, eric.snow, gvanrossum, ncoghlan, terry.reedy |
| Date | 2016-07-14.20:57:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1468529863.57.0.0541562722021.issue27515@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't think this is a bug. You're paraphrasing step 2 incorrectly. The local name-binding behavior just creates a local named "email" -- it doesn't concern itself with ensuring that the email package has an attribute "charset". That attribute is set as a side effect of *loading* the charset submodule, not as a side effect of every import statement. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-07-14 20:57:43 | gvanrossum | set | recipients: + gvanrossum, brett.cannon, terry.reedy, ncoghlan, eric.snow |
| 2016-07-14 20:57:43 | gvanrossum | set | messageid: <1468529863.57.0.0541562722021.issue27515@psf.upfronthosting.co.za> |
| 2016-07-14 20:57:43 | gvanrossum | link | issue27515 messages |
| 2016-07-14 20:57:43 | gvanrossum | create | |