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 techtonik
Recipients techtonik, vstinner
Date 2011-03-22.12:07:09
SpamBayes Score 0.018647034
Marked as misclassified No
Message-id <1300795630.1.0.21299346034.issue11633@psf.upfronthosting.co.za>
In-reply-to
Content
You must realize that the most common use case for print(..., end!='\n') is when you want to notify user about intermediate progress of a very long operation.

Making documentation for simple print() statement overloaded with low level buffering details makes language seem overly complicated for new users.
History
Date User Action Args
2011-03-22 12:07:10techtoniksetrecipients: + techtonik, vstinner
2011-03-22 12:07:10techtoniksetmessageid: <1300795630.1.0.21299346034.issue11633@psf.upfronthosting.co.za>
2011-03-22 12:07:09techtoniklinkissue11633 messages
2011-03-22 12:07:09techtonikcreate