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 benjamin.peterson
Recipients benjamin.peterson, matiasb
Date 2011-03-15.18:59:15
SpamBayes Score 0.001199765
Marked as misclassified No
Message-id <1300215555.69.0.970133648204.issue11559@psf.upfronthosting.co.za>
In-reply-to
Content
1. Use splitlines() instead of split('\n')
2. Use try finally when replacing sys.stdout.
3. Why is dist(None) a RuntimeError and anything else invalid TypeError?
History
Date User Action Args
2011-03-15 18:59:15benjamin.petersonsetrecipients: + benjamin.peterson, matiasb
2011-03-15 18:59:15benjamin.petersonsetmessageid: <1300215555.69.0.970133648204.issue11559@psf.upfronthosting.co.za>
2011-03-15 18:59:15benjamin.petersonlinkissue11559 messages
2011-03-15 18:59:15benjamin.petersoncreate