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 belopolsky, eric.araujo, georg.brandl, pitrou, vstinner
Date 2010-11-08.15:35:39
SpamBayes Score 0.03614104
Marked as misclassified No
Message-id <1289230548.12.0.253505045389.issue10335@psf.upfronthosting.co.za>
In-reply-to
Content
1. Agreed on both.  Extraneous blank lines seem to be favored by people who need to work around bugs in their editor.

2. Yes, “_” is recommended for a discarded object.

3. Agreed.

4. Even better: print('# coding:', encoding, file=fp).  No intermediary string!
History
Date User Action Args
2010-11-08 15:35:48eric.araujosetrecipients: + eric.araujo, georg.brandl, belopolsky, pitrou, vstinner
2010-11-08 15:35:48eric.araujosetmessageid: <1289230548.12.0.253505045389.issue10335@psf.upfronthosting.co.za>
2010-11-08 15:35:39eric.araujolinkissue10335 messages
2010-11-08 15:35:39eric.araujocreate