[issue11633] Document that print buffers output when end=''

2012-01-09 Thread anatoly techtonik
anatoly techtonik added the comment: > Making documentation for simple print() statement overloaded with low level > buffering details makes language seem overly complicated for new users. Why don't anybody require references for that? -- ___ Pytho

[issue11633] Document that print buffers output when end=''

2012-01-09 Thread Éric Araujo
Éric Araujo added the comment: > 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. References needed. -- keywords: -3.2regression, patch nosy: +eric.araujo title: regressi