- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message232129
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | serhiy.storchaka |
|---|---|
| Recipients | arigo, neologix, nikratio, pitrou, serhiy.storchaka, tim.peters, vstinner |
| Date | 2014-12-04.11:27:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <2197037.qk2eIBcB8b@raxxla> |
| In-reply-to | <1417691104.88.0.480478290737.issue17852@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> How do you decide which object should be flushed? In which order? We have to > take care of signals, threads and forks, stay portable, etc. The order doesn't matter. If you call flush() of TextIOWrapper, flushes of buffered writer and raw file will be called automatically. And flush() can be called multiple times. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-12-04 11:27:38 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, arigo, pitrou, vstinner, nikratio, neologix |
| 2014-12-04 11:27:38 | serhiy.storchaka | link | issue17852 messages |
| 2014-12-04 11:27:38 | serhiy.storchaka | create | |

