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
É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