- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message151140
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 | eric.araujo |
|---|---|
| Recipients | amaury.forgeotdarc, cameron, docs@python, eric.araujo, georg.brandl, python-dev, techtonik, terry.reedy, vstinner |
| Date | 2012-01-12.17:10:54 |
| SpamBayes Score | 0.0026330703 |
| Marked as misclassified | No |
| Message-id | <1326388255.6.0.573752741873.issue11633@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I agree with the python-ideas message that ``sys.stdout.flush()`` is surprising / possibly misleading and should be ``file.flush()``. If the other bug report about adding a flush argument is rejected, please consider this. Thanks :) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-01-12 17:10:55 | eric.araujo | set | recipients: + eric.araujo, georg.brandl, terry.reedy, amaury.forgeotdarc, vstinner, techtonik, cameron, docs@python, python-dev |
| 2012-01-12 17:10:55 | eric.araujo | set | messageid: <1326388255.6.0.573752741873.issue11633@psf.upfronthosting.co.za> |
| 2012-01-12 17:10:55 | eric.araujo | link | issue11633 messages |
| 2012-01-12 17:10:54 | eric.araujo | create | |

