- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message167193
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 | ishimoto |
|---|---|
| Recipients | M..Z., amaury.forgeotdarc, flox, georg.brandl, ishimoto, pitrou, vstinner |
| Date | 2012-08-02.05:20:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1343884809.78.0.113718573899.issue13119@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Test for this issue. Tested on Windows7, Ubuntu linux 12.04. I wonder why "print(1, file=sys.stderr)" returns '1' instead of '1\n'. But in Python2.7, "print >>sys.stderr, 1" also returns '1', so this might not be a problem. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-08-02 05:20:09 | ishimoto | set | recipients: + ishimoto, georg.brandl, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z. |
| 2012-08-02 05:20:09 | ishimoto | set | messageid: <1343884809.78.0.113718573899.issue13119@psf.upfronthosting.co.za> |
| 2012-08-02 05:20:09 | ishimoto | link | issue13119 messages |
| 2012-08-02 05:20:09 | ishimoto | create | |

