[Python-ideas] Make print() not append line break by default

Bruce Leban bruce at leapyear.org
Sun Jan 19 11:00:36 CET 2014


I think this is a great suggestion if the goal is to break lots of programs
for no good reason. Can we rename 'dict' to 'map' while we're at it?

</sarcasm>

The best suggestions are motivated by an actual problem or use case.
There's no problem here. Just use:

print(..., end='')

The bar for breaking changes is very high. This is -100 on a scale of 0 to
10.


--- Bruce
I'm hiring: http://www.cadencemd.com/info/jobs
Latest blog post: Alice's Puzzle Page http://www.vroospeak.com
Learn how hackers think: http://j.mp/gruyere-security


On Sun, Jan 19, 2014 at 12:47 AM, <musicdenotation at gmail.com> wrote:

> And add println()
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140119/6b138213/attachment.html>


More information about the Python-ideas mailing list