"Ron Adam" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> # standard printing
> write.ln(1, 2, 3)

> # print without trailing newline
> write(1, 2, 3)

This violates this design principle:
When there are two options and one is overwhelmingly more common in use (in 
this case, with newline added, at least 95%) the common case should be 
easier, not harder.

Terry J. Reedy



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to