Message 238960 - Python tracker
Message238960
| Author | martin.panter |
|---|---|
| Recipients | martin.panter, r.david.murray, serhiy.storchaka |
| Date | 2015-03-23.00:06:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1427069199.54.0.509061293129.issue23740@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As well as encoding iterables of str(), text files could also be handled more consistently by checking the read() return type. That would eliminate the complication of checking for a "b" mode. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-23 00:06:39 | martin.panter | set | recipients: + martin.panter, r.david.murray, serhiy.storchaka |
| 2015-03-23 00:06:39 | martin.panter | set | messageid: <1427069199.54.0.509061293129.issue23740@psf.upfronthosting.co.za> |
| 2015-03-23 00:06:39 | martin.panter | link | issue23740 messages |
| 2015-03-23 00:06:39 | martin.panter | create | |