Re: [Python-Dev] New Wiki page - PrintAsFunction

2005-09-04 Thread Vincenzo Di Massa
Hello, This is my first post here. I like python a lot: great job people! Thank you! Alle 10:28, sabato 03 settembre 2005, Ron Adam ha scritto: > Nick Coghlan wrote: > > All, > > > > I put up a Wiki page for the idea of replacing the print statement with > > an easier to use builtin: > > > > http:

Re: [Python-Dev] New Wiki page - PrintAsFunction

2005-09-03 Thread Nick Coghlan
Terry Reedy wrote: > "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 m

Re: [Python-Dev] New Wiki page - PrintAsFunction

2005-09-03 Thread Terry Reedy
"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

Re: [Python-Dev] New Wiki page - PrintAsFunction

2005-09-03 Thread Nick Coghlan
Ron Adam wrote: > Nick Coghlan wrote: > >>All, >> >>I put up a Wiki page for the idea of replacing the print statement with an >>easier to use builtin: >> >>http://wiki.python.org/moin/PrintAsFunction >> >>Cheers, >>Nick. > > > Looks like a good start, much better than just expressing opinions.

Re: [Python-Dev] New Wiki page - PrintAsFunction

2005-09-03 Thread Ron Adam
Nick Coghlan wrote: > All, > > I put up a Wiki page for the idea of replacing the print statement with an > easier to use builtin: > > http://wiki.python.org/moin/PrintAsFunction > > Cheers, > Nick. Looks like a good start, much better than just expressing opinions. :-) How about making it a

[Python-Dev] New Wiki page - PrintAsFunction

2005-09-02 Thread Nick Coghlan
All, I put up a Wiki page for the idea of replacing the print statement with an easier to use builtin: http://wiki.python.org/moin/PrintAsFunction Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia ---