Message 167603 - Python tracker
Message167603
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan |
| Date | 2012-08-07.05:27:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1344317257.52.0.527557434634.issue15571@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In discussing #15216, I noticed that the write_through parameter is completely unused in the Python implementation of TextIOWrapper. That also means we have a hole in the test coverage: there is no test that is run on both the C and Python versions to ensure that the data is being written directly through to the underlying buffer (e.g. by passing in a mock buffer object). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-08-07 05:27:37 | ncoghlan | set | recipients: + ncoghlan |
| 2012-08-07 05:27:37 | ncoghlan | set | messageid: <1344317257.52.0.527557434634.issue15571@psf.upfronthosting.co.za> |
| 2012-08-07 05:27:36 | ncoghlan | link | issue15571 messages |
| 2012-08-07 05:27:36 | ncoghlan | create | |