Message 270467 - Python tracker
Message270467
| Author | Decorater |
|---|---|
| Recipients | Decorater, brett.cannon, eric.snow, gvanrossum, ncoghlan, r.david.murray, terry.reedy |
| Date | 2016-07-15.06:46:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1468565181.0.0.434873951699.issue27515@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think on the 2nd example they did they got it wrong somewhat. I think this is what they wanted. >>> import email.charset; email.charset <module 'email.charset' from 'C:\\Programs\\Python36\\lib\\email\\charset.py'> >>> del email #to actually delete the whole thing. >>> import email.charset; email.charset |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-07-15 06:46:21 | Decorater | set | recipients: + Decorater, gvanrossum, brett.cannon, terry.reedy, ncoghlan, r.david.murray, eric.snow |
| 2016-07-15 06:46:21 | Decorater | set | messageid: <1468565181.0.0.434873951699.issue27515@psf.upfronthosting.co.za> |
| 2016-07-15 06:46:20 | Decorater | link | issue27515 messages |
| 2016-07-15 06:46:20 | Decorater | create | |