Message80541
| Author | pitrou |
|---|---|
| Recipients | benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner |
| Date | 2009-01-25.21:36:56 |
| SpamBayes Score | 0.0006122776 |
| Marked as misclassified | No |
| Message-id | <1232919445.6616.18.camel@localhost> |
| In-reply-to | <1232919248.6616.15.camel@localhost> |
| Content | |
|---|---|
Thinking about it, TextIOWrapper has its own input buffering (the `decoded_chars` attribute), so your use case would probably not be satisfied. (and disabling TextIOWrapper's internal buffering would be a bad idea since it would make it horribly slow) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-01-25 21:36:57 | pitrou | set | recipients: + pitrou, mark.dickinson, vstinner, fabioz, benjamin.peterson |
| 2009-01-25 21:36:56 | pitrou | link | issue4705 messages |
| 2009-01-25 21:36:56 | pitrou | create | |